11 references to GraphAffectedProjects
Infrastructure.Tests (8)
TestTriggerMap\GraphAffectedProjectsTests.cs (6)
10
/// Behavioral tests for <see cref="
GraphAffectedProjects
"/> — the Layer 1 affected-projects graph
30
GraphAffectedProjects
.EnsureMSBuildRegistered();
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;
TestTriggerMap\SelectTestsLayer1IntegrationTests.cs (2)
11
/// <see cref="
GraphAffectedProjects
"/> graph) enabled — the wiring the CLI tests deliberately skip
25
GraphAffectedProjects
.EnsureMSBuildRegistered();
SelectTests (3)
Program.cs (2)
466
GraphAffectedProjects
.EnsureMSBuildRegistered();
468
return
GraphAffectedProjects
.Compute(options.RepoRoot, options.SlnxPath, options.From, options.To, options.ChangedFilesPath, filter, trace);
TestSelector.cs (1)
102
/// (Layer 1, from <see cref="
GraphAffectedProjects
"/>, supplied to <see cref="Select"/>).