Example RepoDocumentation Index
Fetch the complete documentation index at: https://www.jetify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Adding .NET to your project
devbox add dotnet-sdk, or add the following to your devbox.json:
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>
Edit this page