logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

This article applies to: ✔️ .NET 7 SDK and later versions

Description

       The dotnetworkload command provides commands for working with .NET workloads.  For example, dotnetwork‐loadinstall  installs  a particular workload.  Each command defines its own options and arguments.  All
       commands support the --help option for printing out brief documentation about how to use the command.

Dotnet Workload Command

Thisarticleappliesto: ✔️ .NET 7 SDK and later versions

Name

       dotnet-workload - Provides information about the available workload commands and installed workloads.

Options

--version

         Displays the current workload set version.

       • --info

         Prints out detailed information about installed workloads, including their installation  source,  mani‐
         fest version, manifest path, and install type.

       • -?|-h|--help

         Prints out a list of available commands.

See Also

       • Install a workload

       • List the installed workloads on your machine

       • Show workloads available to install

                                                   2024-10-02                                 dotnet-workload(1)

Synopsis

              dotnet workload [--info]

              dotnet workload -?|-h|--help

See Also