Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 738 Bytes

File metadata and controls

11 lines (8 loc) · 738 Bytes

cs-devcontainer-reference

A simple C# project using Devcontainer and the C# Dev Kit for VSCode. Based on MS Learn

Things to remember at the time of writing:

  • If you don't have access to Docker Desktop use Rancher Desktop over Podman Desktop
  • Creating Devcontainers through the VSCode GUI didn't work. Created the JSON manually.
  • Using the Solution Explorer GUI in VSCode seems to cause fewer issues (Devcontainer and local).
  • Project References are not updated automatically. Close and open Solution (Devcontainer only).
  • When adding a new Test Project the Devcontainer must be restarted to get Test View to work (Devcontainer).