Adding support for .NET core SDK is fairly straightforward. Using the dotnet CLI allows modern project management and runtime. Currently, replit supports only mono runtime, which allows only compiling a file into an exe output.
Being able to use packages with C# is a basic requirement.
While it's also fairly straightforward to install dotnet separately, I believe this should be a core supported feature.
Adding support for .NET core SDK is fairly straightforward. Using the
dotnet
CLI allows modern project management and runtime. Currently, replit supports onlymono
runtime, which allows only compiling a file into an exe output. Being able to use packages with C# is a basic requirement. While it's also fairly straightforward to installdotnet
separately, I believe this should be a core supported feature.