Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces a new .NET (dotnet) devcontainer feature to the repository, including installer logic, documentation, CI integration, and scenario-based tests.
Changes:
- Added the
dotnetfeature implementation (Go-based installer + shell entrypoint) and generated documentation. - Added test scenarios and test image matrix for
dotnet. - Wired the new feature into build tasks, CI feature matrix, and global override documentation (
override-all.env).
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| override-all.env | Adds override keys for dotnet download/versions URLs and NuGet config path. |
| features/test/dotnet/test-images.json | Defines the base images used to test the new dotnet feature. |
| features/test/dotnet/scenarios.json | Adds scenarios for SDK-only and multi-SDK/runtime/workload installs. |
| features/test/dotnet/sdk-only.sh | Verifies a single SDK install and presence of /usr/bin/dotnet. |
| features/test/dotnet/multiple-sdk.sh | Verifies multiple SDKs, runtimes, and workloads are installed. |
| features/src/dotnet/installer.go | Implements dotnet SDK/runtime/workload installation and override handling. |
| features/src/dotnet/install.sh | Entrypoint that runs the compiled installer with feature options. |
| features/src/dotnet/devcontainer-feature.json | Defines feature metadata/options, env vars, and onCreate behavior. |
| features/src/dotnet/README.md | Generated feature README plus appended notes. |
| features/src/dotnet/NOTES.md | Additional documentation appended into the generated README. |
| build/build.go | Registers package/test/publish tasks for the dotnet feature. |
| README.md | Adds dotnet to the repository’s feature list. |
| .github/workflows/ci.yml | Adds dotnet to the CI feature matrix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.