11 references to GraphAffectedProjects
Infrastructure.Tests (8)
TestTriggerMap\GraphAffectedProjectsTests.cs (6)
10/// Behavioral tests for <see cref="GraphAffectedProjects"/> — the Layer 1 affected-projects graph 30GraphAffectedProjects.EnsureMSBuildRegistered(); 229/// <c>Aspire.slnx</c>, and runs <see cref="GraphAffectedProjects.Compute"/> against it using a 284return GraphAffectedProjects.Compute(_workspace.Path, System.IO.Path.Combine(_workspace.Path, "Aspire.slnx"), from: null, to: null, changedFilesPath: changedFilesPath).AffectedProjects; 291return GraphAffectedProjects.Compute(_workspace.Path, System.IO.Path.Combine(_workspace.Path, "Aspire.slnx"), from: null, to: null, changedFilesPath: changedFilesPath); 392return 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 25GraphAffectedProjects.EnsureMSBuildRegistered();
SelectTests (3)
Program.cs (2)
466GraphAffectedProjects.EnsureMSBuildRegistered(); 468return 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"/>).