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

Arguments

WORKLOAD_ID...

         The workload ID or multiple IDs to uninstall.

Description

       The dotnetworkloaduninstall command uninstalls one or more workloads.

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

Dotnet Workload Uninstall

Thisarticleappliesto: ✔️ .NET 6 SDK and later versions

Examples

       • Uninstall the maui workload:

                dotnet workload uninstall maui

       • Uninstall the maui-android and maui-ios workloads:

                dotnet workload uninstall maui-android maui-ios

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

Name

       dotnet-workload-uninstall - Uninstalls a specified workload.

Options

-?|-h|--help

         Prints out a description of how to use the command.

Synopsis

              dotnet workload uninstall <WORKLOAD_ID...>

              dotnet workload uninstall -?|-h|--help

See Also