Skip to content

markus-bo/csharp_devcontainer_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csharp_devcontainer_template

Template devcontainer for C# asp.net core developement

Runs on: ubuntu 22.04

Contains: asp.net core 7.0, C# extension, C# dev kit, Git

Usage

Locally with Visual Studio Code

  • Prerequisites
    • Docker installed
    • VS code with extensions "Dev Containers" installed
  • Open VS code
    • Select "reopen in container"
    • Takes a couple of minutes to pull image and build container

Create projects

Create new console application

  • run in terminal dotnet new console -o your_project_name

Create new asp.net core web API project

Create new Xunit test project

  • run in terminal dotnet new xunit -o your_project_name.tests

Remark

Tested on Windows 10 with VS Code 1.79.2

About

Template devcontainer for C# developement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors