IConfigurationSource.BuildAsync(CommandLineParseResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.