Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
This article applies to: ✔️ .NET 6 SDK and later versions
Name
dotnet workload clean - Removes workload components that might have been left behind from previous updates and uninstallations.
Synopsis
dotnet workload clean [options]
dotnet workload clean -?|-h|--help
Description
The dotnet workload clean command removes all workload components that have been uninstalled.
For more information about the dotnet workload commands, see the dotnet workload install command.
Options
--all
Removes and uninstalls all workload components from all SDK versions. Defaults to
false.-
-?|-h|--helpPrints out a description of how to use the command.
Examples
Remove all workflow components:
dotnet workload clean --all