id: dotnet
category: language
displayName: .NET
description: 'The .NET SDK via the upstream devcontainer feature. Pin a version with `dotnet:<version>`.'
language:
  feature: ghcr.io/devcontainers/features/dotnet:2
  defaultVersion: latest
  versions: [latest, lts, 10.0, 9.0, 8.0, 7.0, 6.0]
  # No single C# extension on both registries: ms-dotnettools.csharp is
  # MS-Marketplace-only, muhammad-sammy.csharp is Open-VSX-only. Listing
  # both lets VS Code and VSCodium each pick the one its registry has and
  # silently skip the other. See ADR 0016.
  vscodeExtensions: [ms-dotnettools.csharp, muhammad-sammy.csharp]
