C#/.NET

Framework
C#/.NET
Category
Languages
Publisher
Jetify
{
    "packages": [
        "dotnet-sdk@latest"
    ],
    "shell": {
        "init_hook": null,
        "scripts": {
            "run_test": "dotnet run"
        }
    }
}

C# and .NET

C# and .NET projects can be easily generated in Devbox by adding the dotnet SDK to your project. You can then create new projects using dotnet new

Example Repo

Open In Devbox.sh

Adding .NET to your project

devbox add dotnet-sdk, or add the following to your devbox.json:

  "packages": [
    "dotnet-sdk@latest"
  ],

This will install the latest version of the dotnet SDK. You can find other installable versions of the dotnet SDK by running devbox search dotnet-sdk.

If you need a specific version of the .NET SDK, you can search on Nixhub

Creating a new C# Project

dotnet new console -lang "C#" -o <name>

README.md

Level up your dev environment

No need to switch your style. Devbox works with any coding language, so you can get results as you write.
PREPARE FOR LAUNCH

Plans for teams of any size

Jetify Cloud offers pricing plans for Solo Developers to Large Enterprises, and everything in between. All plans include free credits, and you are only billed for what you use. Need something custom? Contact our team and we can help.
YOUR INPUT COUNTS

Join the community

Discuss ideas, uses and builds with the Jetify team and others.