Skip to content

Conversation

@Bertk
Copy link
Collaborator

@Bertk Bertk commented Nov 18, 2025

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.

This setup ensures a consistent and productive development environment for .NET projects.

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.
@Bertk Bertk merged commit 266a82f into coverlet-coverage:master Nov 18, 2025
10 checks passed
@Bertk Bertk deleted the dev-container-only branch November 18, 2025 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant