Summary
Lists all installed workloads.
- Namespace
- Cake
.Common .Tools .DotNet .Workload .List - Containing Type
- DotNetWorkloadLister
Syntax
public IEnumerable<DotNetWorkloadListItem> List(DotNetWorkloadListSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Dot |
The settings. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
The list of installed workloads. |
