4 ms·
Maybe a dumb question, but what is the C# compiler and runtime that you use? I used to be up to date with .NET and Mono and stuff but I'm 10 years out of date
by lucraft 1y ago
Maybe a dumb question, but what is the C# compiler and runtime that you use?
I used to be up to date with .NET and Mono and stuff but I'm 10 years out of date
- kkukshtel 1y agoModern .NET/C# is cross-platform by default (CoreCLR runtime). You don't need Mono anymore.
- OnACoffeeBreak 1y agoI am not at all familiar with C# development, but the author mentions Native-AOT, which, from a cursory look, seems like a C# compiler. https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/ https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...