devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Feature request to support .Net

Open BryanEddy5 opened this issue 3 years ago • 1 comments

Awesome project. I’d love to leverage it with .Net 6.

BryanEddy5 avatar Aug 26 '22 04:08 BryanEddy5

You can add dotnet-sdk package to your Devbox shell, and then dotnet run inside Devbox. We do need to build the .NET detection when you generate an image though. Thanks for the feature request.

robrich avatar Aug 26 '22 14:08 robrich

We now have language support for .Net projects! Documentation for our autodetection is here: https://www.jetpack.io/devbox/docs/language_support/csharp/

Lagoja avatar Sep 29 '22 20:09 Lagoja