replit / polygott

Base Docker image for the Repl.it evaluation server
https://replit.com
MIT License
395 stars 103 forks source link

Support for .NET Core runtime vs Mono #261

Closed tmarkovski closed 3 years ago

tmarkovski commented 3 years ago

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.

lhchavez commented 3 years ago

We are slowly moving away from polygott in favor of nix: https://blog.replit.com/nix

I believe @ALANVF has a few templates with dotnet that may already be usable.

tmarkovski commented 3 years ago

Wonderful! All I needed. Thank you

https://replit.com/@trinsic/VaccinationSample-dotnet