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 6 SDK and later versions

Description

       The dotnetworkloadlist command lists all installed workloads.

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

Dotnet Workload List

Thisarticleappliesto: ✔️ .NET 6 SDK and later versions

Examples

       • List the installed workloads:

                dotnet workload list

                                                   2024-10-02                            dotnet-workload-list(1)

Name

       dotnet-workload-list - Lists installed workloads.

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>.

Synopsis

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

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

See Also