10 references to SolutionAndProjectUtility
dotnet (10)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
148
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(buildOptions.MSBuildArgs);
Commands\Test\MTP\MSBuildUtility.cs (7)
86
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(projectFilePath, buildOptions);
106
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> projects =
SolutionAndProjectUtility
.GetProjectProperties(projectFilePath, collection, evaluationContext, buildOptions, configuration: null, platform: null);
120
SolutionAndProjectUtility
.DeviceSelectionResult deviceSelection,
168
var msbuildArgs =
SolutionAndProjectUtility
.AnalyzeStandardTestMSBuildArgs(perTfmBuildOptions.MSBuildArgs);
175
IEnumerable<ParallelizableTestModuleGroupWithSequentialInnerModules> modules =
SolutionAndProjectUtility
.GetProjectProperties(
394
var deviceSelection =
SolutionAndProjectUtility
.SelectDevicesBeforeBuild(project.ProjectFilePath, buildOptions, projectCollection, evaluationContext);
423
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);