features/src/dotnet
Chuck Lantz d1972b4d8d
Use _REMOTE_USER when available (#264)
* Use _REMOTE_USER when available

* Update src/python/install.sh

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* Update src/python/install.sh

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* Fix java test issue - JDK 18 not available for the "open" distro

* Bump breakfix numbers

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
Co-authored-by: Josh Spicer <joshspicer@github.com>
2022-11-28 15:07:38 -08:00
..
devcontainer-feature.json Use _REMOTE_USER when available (#264) 2022-11-28 15:07:38 -08:00
install.sh Use _REMOTE_USER when available (#264) 2022-11-28 15:07:38 -08:00
README.md Automated documentation update (#287) 2022-11-14 11:40:25 -08:00

Dotnet CLI (dotnet)

Installs the .NET CLI. Provides option of installing sdk or runtime, and option of versions to install. Uses latest version of .NET sdk as defaults to install.

Example Usage

"features": {
    "ghcr.io/devcontainers/features/dotnet:1": {}
}

Options

Options Id Description Type Default Value
version Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) string latest
runtimeOnly Install just the dotnet runtime if true, and sdk if false. boolean false
installUsingApt If true, it installs using apt instead of the release URL boolean true

Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.