dotnet-workload-repair - Man Page

Repairs workloads installations.

dotnet workload repair

This article applies to: ✔️ .NET 6 SDK and later versions

Synopsis

dotnet workload repair
    [--configfile] [--disable-parallel] [--ignore-failed-sources]
    [--interactive] [--no-cache]
    [-s|--source <SOURCE>] [--temp-dir <PATH>]
    [-v|--verbosity <LEVEL>]

dotnet workload repair -?|-h|--help

Description

The dotnet workload repair command reinstalls all installed workloads. Workloads are made up of multiple workload packs and it’s possible to get into a state where some installed successfully but others didn’t. For example, a dotnet workload install command might not finish installing because of a dropped internet connection.

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

Options

Examples

Info

2023-10-25 .NET Documentation