नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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|--helpPrints 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], anddiag[nostic]. The default isminimal. For more information, see LoggerVerbosity.
Examples
List the installed workloads:
dotnet workload list