13 references to SolutionAndProjectUtility
dotnet (13)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (3)
722
=> new(
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs), logger);
734
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
827
var standardArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
Commands\Test\MTP\MSBuildUtility.cs (8)
92
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(
113
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
114
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projects =
SolutionAndProjectUtility
.GetProjectProperties(
128
SolutionAndProjectUtility
.DeviceSelectionResult deviceSelection,
175
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(perTfmBuildOptions.MSBuildArgs);
182
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> modules =
SolutionAndProjectUtility
.GetProjectProperties(
431
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(
473
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projectsMetadata =
SolutionAndProjectUtility
.GetProjectProperties(project.ProjectFilePath, projectCollection, evaluationContext, buildOptions, buildSession, project.Configuration, project.Platform, globalProperties);
Commands\Test\MTP\ValidationUtility.cs (2)
83
(foundSolutionOrProjectInDirectory, message) =
SolutionAndProjectUtility
.TryGetSolutionFilePath(directory, out projectOrSolutionFilePath);
87
(foundSolutionOrProjectInDirectory, message) =
SolutionAndProjectUtility
.TryGetProjectOrSolutionFilePath(directory, out projectOrSolutionFilePath, out isSolution);