10 references to ProjectOption
dotnet (3)
Commands\Test\MTP\MSBuildUtility.cs (1)
96
parseResult.GetValue(MicrosoftTestingPlatformOptions.
ProjectOption
),
Commands\Test\MTP\ValidationUtility.cs (1)
26
if (parseResult.HasOption(MicrosoftTestingPlatformOptions.
ProjectOption
))
Commands\Test\TestCommandParser.cs (1)
239
command.Options.Add(MicrosoftTestingPlatformOptions.
ProjectOption
);
dotnet.Tests (7)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsWithDifferentOptions.cs (7)
29
.Execute(MicrosoftTestingPlatformOptions.
ProjectOption
.Name, testProjectPath,
105
.Execute(MicrosoftTestingPlatformOptions.
ProjectOption
.Name, invalidProjectPath,
124
.Execute(MicrosoftTestingPlatformOptions.
ProjectOption
.Name, projectPath,
165
.Execute(MicrosoftTestingPlatformOptions.
ProjectOption
.Name, testProjectPath,
185
.Execute(MicrosoftTestingPlatformOptions.
ProjectOption
.Name, testProjectPath,
355
.Execute(MicrosoftTestingPlatformOptions.
ProjectOption
.Name, "TestProject.csproj",
391
.Execute(MicrosoftTestingPlatformOptions.
ProjectOption
.Name, "TestProject.csproj",