11 references to SolutionAndProjectUtility
dotnet (11)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
181
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
272
var standardArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
Commands\Test\MTP\MSBuildUtility.cs (7)
88
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(
109
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projects =
SolutionAndProjectUtility
.GetProjectProperties(projectFilePath, collection, evaluationContext, buildOptions, logger, configuration: null, platform: null);
122
SolutionAndProjectUtility
.DeviceSelectionResult deviceSelection,
169
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(perTfmBuildOptions.MSBuildArgs);
176
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> modules =
SolutionAndProjectUtility
.GetProjectProperties(
381
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(
424
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projectsMetadata =
SolutionAndProjectUtility
.GetProjectProperties(project.ProjectFilePath, projectCollection, evaluationContext, buildOptions, logger, project.Configuration, project.Platform);
Commands\Test\MTP\ValidationUtility.cs (2)
83
(foundSolutionOrProjectInDirectory, message) =
SolutionAndProjectUtility
.TryGetSolutionFilePath(directory, out projectOrSolutionFilePath);
87
(foundSolutionOrProjectInDirectory, message) =
SolutionAndProjectUtility
.TryGetProjectOrSolutionFilePath(directory, out projectOrSolutionFilePath, out isSolution);