7 references to Compute
Infrastructure.Tests (4)
TestTriggerMap\GraphAffectedProjectsTests.cs (4)
229
/// <c>Aspire.slnx</c>, and runs <see cref="GraphAffectedProjects.
Compute
"/> against it using a
284
return GraphAffectedProjects.
Compute
(_workspace.Path, System.IO.Path.Combine(_workspace.Path, "Aspire.slnx"), from: null, to: null, changedFilesPath: changedFilesPath).AffectedProjects;
291
return GraphAffectedProjects.
Compute
(_workspace.Path, System.IO.Path.Combine(_workspace.Path, "Aspire.slnx"), from: null, to: null, changedFilesPath: changedFilesPath);
392
return GraphAffectedProjects.
Compute
(_workspace.Path, System.IO.Path.Combine(_workspace.Path, "Aspire.slnx"), from: baseSha, to: "HEAD", changedFilesPath: null).AffectedProjects;
SelectTests (3)
GraphAffectedProjects.cs (2)
87
/// before <see cref="
Compute
"/> (or any other method that touches a <c>Microsoft.Build</c> engine
89
/// trigger engine assembly resolution before the resolver is in place; <see cref="
Compute
"/>'s body
Program.cs (1)
468
return GraphAffectedProjects.
Compute
(options.RepoRoot, options.SlnxPath, options.From, options.To, options.ChangedFilesPath, filter, trace);