csharp-design-patterns-2314072 icon indicating copy to clipboard operation
csharp-design-patterns-2314072 copied to clipboard

Add .NET Core SDK devcontainer

Open Dedac opened this issue 1 year ago • 0 comments

This pull request adds a devcontainer configuration for .NET Core SDK 3.1. It includes a .devcontainer directory with a devcontainer.json file that specifies the use of the mcr.microsoft.com/dotnet/core/sdk:3.1 Docker image. The configuration also includes settings for mounting the workspace and installs necessary extensions for .NET Core development. For more details, please refer to the Copilot Workspace session.

Dedac avatar Sep 26 '24 12:09 Dedac