Commit 266a82f
authored
Add devcontainer.json for .NET development setup (#1784)
* Add devcontainer.json for .NET development setup
Added a `devcontainer.json` file to configure a development container for .NET projects.
Configured the container to use the `mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm` image.
Included the `ghcr.io/devcontainers/features/dotnet:2` feature with .NET SDK version `10.0.100` and additional versions `6.0.428`, `8.0.414`, and `9.0.307`.
Added a `customizations` section for Visual Studio Code, specifying essential extensions for .NET, GitHub, Azure DevOps, and other tools.
Commented-out sections for port forwarding, post-create commands, and root user configuration were also included for flexibility.
This setup ensures a consistent and productive development environment for .NET projects.
* Update additionalVersions in devcontainer.json for .NET feature1 parent 893dcc8 commit 266a82f
1 file changed
+51
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments