Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 661 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 661 Bytes

code-test-dotnet

This repo is for a code test. It contains devcontainer configuration files for an easy start with Codespaces

Get going quickly

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.

Running the code

To run your project, in the Terminal, run

cd {name of project folder}
dotnet run