Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 20 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"name": "C# (.NET)",
"dockerComposeFile": [
"compose.develop.yaml"
],
"service": "dev",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"remoteUser": "vscode"
}
"name": "C# (.NET)",
"dockerComposeFile": [
"compose.develop.yaml"
],
"service": "dev",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"remoteUser": "vscode",
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"streetsidesoftware.code-spell-checker",
"DavidAnson.vscode-markdownlint",
"ms-dotnettools.csdevkit",
"jeremycaron.csharp-organize-usings",
"aliasadidev.nugetpackagemanagergui"
]
}
}
}
10 changes: 0 additions & 10 deletions .vscode/extensions.json

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

## What is the purpose of this repository?

This repository is the author's personal playground for learning .NET and experimenting with its features.
This repository is just my personal playground for learning and experimenting with .NET programming in C#.

The content here may be useful for other developers who are facing similar issues.
The content here might actually be helpful to other developers facing similar issues.

However, please note that the code presented here is based solely on my personal understanding and may contain errors or inaccuracies.
However, please keep in mind that this code is based solely on my own perspective and probably has lots of inaccurate or questionable parts!