-
Notifications
You must be signed in to change notification settings - Fork 22
chore: add devcontainer support #584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
…iner Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #584 +/- ##
=======================================
Coverage 90.04% 90.04%
=======================================
Files 77 77
Lines 2873 2873
Branches 323 323
=======================================
Hits 2587 2587
Misses 226 226
Partials 60 60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds Development Container (devcontainer) support to enable a consistent, containerized development environment for the OpenFeature .NET SDK project.
- Added devcontainer configuration with .NET SDK 9.0/8.0 and useful VS Code extensions
- Updated contributing documentation with setup instructions for VS Code and GitHub Codespaces
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.devcontainer/devcontainer.json |
New devcontainer configuration with .NET runtime, development tools, and VS Code extensions |
CONTRIBUTING.md |
Added devcontainer setup instructions and prerequisites |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
This PR
This pull request introduces support for Development Containers (devcontainers) to the repository, making it easier for developers to set up a consistent, containerized development environment. The main changes include the addition of a devcontainer configuration file and documentation updates explaining how to use devcontainers with Visual Studio Code and GitHub Codespaces.
Devcontainer support:
.devcontainer/devcontainer.jsonwith configuration for the development environment, including the .NET SDK, useful VS Code extensions, and required features.Documentation improvements:
CONTRIBUTING.mdto include instructions for using devcontainers, detailing prerequisites and steps for setup with VS Code and GitHub Codespaces.Related Issues
Fixes #574