The dotnet workload search command lists available workloads. You can filter the list by specifying all or part of the workload ID you're looking for.
For more information about the dotnet workload commands, see the dotnet workload install command.
Arguments
SEARCH_STRING
The workload ID to search for, or part of it. For example, if you specify maui, the command lists all of the workload IDs that have maui in their workload ID.
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 LoggerVerbosity.
Examples
List all available workloads:
.NET CLI
dotnet workload search
List all available workloads that have "maui" in their workload ID:
.NET CLI
dotnet workload search maui
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija:
Pridružite se seriji susreta kako biste s kolegama programerima i stručnjacima izgradili skalabilna rješenja umjetne inteligencije temeljena na stvarnim slučajevima upotrebe.