Provided by: dotnet-host-8.0_8.0.18-0ubuntu1~24.04.1_amd64 bug

dotnet workload list

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

NAME

       dotnet-workload-list - Lists installed workloads.

SYNOPSIS

              dotnet workload list [-v|--verbosity <LEVEL>]

              dotnet workload list [-?|-h|--help]

DESCRIPTION

       The dotnet workload list command lists all installed workloads.

       For more information about the dotnet workload commands, see the dotnet workload install command.

OPTIONS

-?|-h|--help

         Prints out a description of how to use the command.

       • -v|--verbosity <LEVEL>

         Sets  the verbosity level of the command.  Allowed values are q[uiet], m[inimal], n[ormal], d[etailed],
         and diag[nostic].  The default is minimal.   For  more  information,  see  <xref:Microsoft.Build.Frame‐
         work.LoggerVerbosity>.

EXAMPLES

       • List the installed workloads:

                dotnet workload list

                                                   2023-10-25                            dotnet-workload-list(1)