Skip to content
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

Add .NET Core SDK devcontainer #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Dedac
Copy link
Collaborator

@Dedac Dedac commented Sep 26, 2024

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.

Add a devcontainer configuration for .NET Core SDK 3.1

* Create a `.devcontainer` directory and add `devcontainer.json` file.
* Specify the use of the `mcr.microsoft.com/dotnet/core/sdk:3.1` Docker image.
* Include settings for mounting the workspace.
* Install necessary extensions for .NET Core development.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Dedac/csharp-design-patterns-2314072?shareId=XXXX-XXXX-XXXX-XXXX).
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