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 8.0.400 SDK and later versions

Description

       For more information about the dotnetworkloadconfig command, see .NET SDK workload sets.

Dotnet Workload Config

Thisarticleappliesto: ✔️ .NET 8.0.400 SDK and later versions

Examples

       • Enable workload-set update mode:

                dotnet workload config --update-mode workload-set

       • Disable workload-set update mode:

                dotnet workload config --update-mode manifests

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

Name

       dotnet-workload-config - Enables or disables workload-set update mode.

Options

-?|-h|--help

         Prints out a description of how to use the command.

       • --update-mode[<workload-set>|<manifests>]

         Controls  whether  updates  look for workload set versions or individual manifest versions.  To display
         the current mode, specify this option without an argument.  For more information, see .NET SDK workload
         sets.

Synopsis

              dotnet workload config
              [--update-mode [<workload-set>|<manifests>]]

              dotnet workload config -?|-h|--help

See Also