
C# Development Tools
C# and .NET development environment with SDK, ASP.NET Core runtime, and VS Code C# Dev Kit.
csharpdotnetaspnetmicrosoftvisual-studiosdk
Overview
Complete C# and .NET development setup including the .NET SDK, ASP.NET Core runtime for web development, and the C# Dev Kit for VS Code providing IntelliSense, debugging, and project management. Supports .NET 8.0 and other versions.
VS Code Extensions
| Extension | Description |
|---|---|
| C# Dev Kit | Complete C# development experience |
| C# | C# language support |
| .NET Runtime | .NET runtime support |
Installation
Install via the interactive menu:
dev-setup
Or install directly:
.devcontainer/additions/install-dev-csharp.sh
Full installation options (click to expand)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 C# Development Tools
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ID: dev-csharp
Name: C# Development Tools
Script version: 0.0.1
Category: LANGUAGE_DEV, Development Tools
Description: Installs .NET SDK, ASP.NET Core Runtime, and VS Code extensions for C# development
Default: Version 8.0
Usage:
Action:
install-dev-csharp.sh # Install C# / .NET development tools
install-dev-csharp.sh --uninstall # Uninstall C# / .NET development tools
Info:
install-dev-csharp.sh --help # Show help and usage information
VS Code Extensions:
- C# Dev Kit (ms-dotnettools.csdevkit) - Complete C# development experience
- C# (ms-dotnettools.csharp) - C# language support
- .NET Runtime (ms-dotnettools.vscode-dotnet-runtime) - .NET runtime support
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━


