2 references to OutputOptions
dotnet (2)
Commands\Test\MTP\MicrosoftTestingPlatformOptions.cs (1)
101public static readonly Option<OutputOptions> OutputOption = new("--output")
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
104var showPassedTests = parseResult.GetValue(MicrosoftTestingPlatformOptions.OutputOption) == OutputOptions.Detailed;