This article applies to: âï¸ .NET 6 SDK and later versions
Namedotnet workload search
- Searches for optional workloads.
dotnet workload search [<SEARCH_STRING>] [-v|--verbosity <LEVEL>]
dotnet workload search -?|-h|--help
Description
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.
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.
-?|-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.
List all available workloads:
dotnet workload search
List all available workloads that have "maui" in their workload ID:
dotnet workload search maui
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. Additional resources In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4