Skip to content

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

Notifications You must be signed in to change notification settings

funnel-io/code-test-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published