Skip to content

Add devcontainer configuration for C# (.NET) development#190

Merged
koenbeuk merged 2 commits intomasterfrom
feat/devcontainer
Mar 21, 2026
Merged

Add devcontainer configuration for C# (.NET) development#190
koenbeuk merged 2 commits intomasterfrom
feat/devcontainer

Conversation

@koenbeuk
Copy link
Collaborator

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a VS Code devcontainer configuration to streamline local development of this repository in a containerized .NET environment.

Changes:

  • Introduces .devcontainer/devcontainer.json using the official mcr.microsoft.com/devcontainers/dotnet base image.
  • Configures VS Code to install the C# Dev Kit extension in the container.
  • Runs dotnet restore after container creation to prepare dependencies.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@koenbeuk koenbeuk merged commit b80ac37 into master Mar 21, 2026
4 checks passed
@koenbeuk koenbeuk deleted the feat/devcontainer branch March 21, 2026 00:26
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.

3 participants