IConfigurationSource.BuildAsync(CommandLineParseResult) Method

Definition

Builds the configuration provider.

public System.Threading.Tasks.Task<Microsoft.Testing.Platform.Configurations.IConfigurationProvider> BuildAsync(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult commandLineParseResult);
abstract member BuildAsync : Microsoft.Testing.Platform.CommandLine.CommandLineParseResult -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Configurations.IConfigurationProvider>
Public Function BuildAsync (commandLineParseResult As CommandLineParseResult) As Task(Of IConfigurationProvider)

Parameters

commandLineParseResult
CommandLineParseResult

The result of the command line parsing.

Returns

The configuration provider.

Applies to