Please consider adding support for Microsoft / .Net / C# / Language Version 9.
C# Version 9 adds support for top level statements.
Top Level Statements is spoken of here:-
Top-level statements - programs without Main methods
https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/program-structure/top-level-statements
I blogged of same here:-
C#:- Compiler Error – “The entry point of the program is global code; ignoring ‘Main(string[])’ entry point”
Thank you much,
Daniel