2 instantiations of AffectedResult
SelectTests (2)
GraphAffectedProjects.cs (2)
35new(Array.Empty<string>(), new HashSet<string>(StringComparer.Ordinal), 172return new AffectedResult(names, attributedPaths, paths);
12 references to AffectedResult
Infrastructure.Tests (3)
TestTriggerMap\GraphAffectedProjectsTests.cs (3)
80var result = repo.ComputeResult("Shared/Linked.cs"); 95var result = repo.ComputeResult("Core/Core.cs"); 287public AffectedResult ComputeResult(params string[] changedRepoRelativePaths)
SelectTests (9)
GraphAffectedProjects.cs (3)
34public static readonly AffectedResult Empty = 124public static AffectedResult Compute(string repoRoot, string solutionPath, string? from, string? to, string? changedFilesPath, ChangedFileFilter? filter = null, SelectionTrace? trace = null) 137return AffectedResult.Empty;
Program.cs (4)
217var layer1 = (options.ForceAll || options.SkipLayer1) 218? AffectedResult.Empty 459private static AffectedResult RunLayer1(RunOptions options, ChangedFileFilter filter, SelectionTrace trace) 480private static AffectedResult Layer1Failed(Exception inner) =>
TestSelector.cs (2)
142/// (<see cref="AffectedResult.AttributedPaths"/>). Such a file is Layer-1-owned even when it is not 147/// Per-affected-project decision paths from Layer 1 (<see cref="AffectedResult.Paths"/>), keyed by