@codspace/features-dotnet

1.0.3 • Public • Published

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": {
        "codspace/features/dotnet@latest": {
            "version": "latest"
        }
}

Options

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

Note: This file was auto-generated from the devcontainer-feature.json.

Readme

Keywords

none

Package Sidebar

Install

npm i @codspace/features-dotnet

Weekly Downloads

0

Version

1.0.3

License

none

Unpacked Size

20.8 kB

Total Files

4

Last publish

Collaborators

  • joshspicer