encoding
field in languages.json is for? I need to know to create a pull request. I see that it is used only for byte count in frontend.js. But I always want byte count to be displayed properly, so should I always specify UTF-8?encoding
is solely for the byte counter. It's supposed to mean that if the code is encoded in that encoding, this would be its size. It doesn't perform any checks.
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