Summary
Lists the latest available version of the .NET SDK and .NET Runtime, for each feature band.
- Namespace
- Cake
.Common .Tools .DotNet .Workload .Search - Containing Type
- Dot
Net Workload Searcher
Syntax
public IEnumerable<DotNetWorkload> Search(string searchString, DotNetWorkloadSearchSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| searchString | string | The workload ID to search for, or part of it. |
| settings | Dot |
The settings. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
The list of available workloads. |
