From the course: Advanced .NET: Commands, C# Enhancements, Web Apps, and Libraries

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Dotnet workload commands

Dotnet workload commands

- [Instructor] .Net workload is the latest command to be included in .Net 6. And you can see from the description that it installs or works with workloads that extend the .Net experience. Now there are several sub commands. You can install a workload you can update an existing install of a workload. You can list the workloads that are installed on you or developer computer. You can search for the available workloads. And then of course you can also uninstall repair or restart. So let's start by looking at what workloads I have installed on my computer. So I'll use this command workload list and that comes back and tells me that there's no installed workloads. Let's see what the available workloads are. So now you search. So I'll clear the screen, and it comes back with all the available workloads at this time Microsoft intends to create more workloads going forward but this is what they have at the moment. So you can…

Contents