This repo is for a code test. It contains devcontainer configuration files for an easy start with Codespaces
To get started with a project quickly try running one of the following commands
dotnet new console -o {name of project folder}
dotnet new webapi -0 {name of project folder}
For the entire list of templates run dotnet new list
.
NOTE: At some point you might see a popup from VS Code prompting you to install missing assets, it is recommended that you click Yes.
To run your project, in the Terminal, run
cd {name of project folder}
dotnet run