10 references to SolutionAndProjectUtility
dotnet (10)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
146
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
Commands\Test\MTP\MSBuildUtility.cs (7)
83
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(projectFilePath, buildOptions);
103
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projects =
SolutionAndProjectUtility
.GetProjectProperties(projectFilePath, collection, evaluationContext, buildOptions, configuration: null, platform: null);
116
SolutionAndProjectUtility
.DeviceSelectionResult deviceSelection,
164
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(perTfmBuildOptions.MSBuildArgs);
171
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> modules =
SolutionAndProjectUtility
.GetProjectProperties(
389
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(project.ProjectFilePath, buildOptions, projectCollection, evaluationContext);
418
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projectsMetadata =
SolutionAndProjectUtility
.GetProjectProperties(project.ProjectFilePath, projectCollection, evaluationContext, buildOptions, 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);