2 instantiations of AffectedResult
SelectTests (2)
GraphAffectedProjects.cs (2)
35
new
(Array.Empty<string>(), new HashSet<string>(StringComparer.Ordinal),
172
return new
AffectedResult
(names, attributedPaths, paths);
12 references to AffectedResult
Infrastructure.Tests (3)
TestTriggerMap\GraphAffectedProjectsTests.cs (3)
80
var
result = repo.ComputeResult("Shared/Linked.cs");
95
var
result = repo.ComputeResult("Core/Core.cs");
287
public
AffectedResult
ComputeResult(params string[] changedRepoRelativePaths)
SelectTests (9)
GraphAffectedProjects.cs (3)
34
public static readonly
AffectedResult
Empty =
124
public static
AffectedResult
Compute(string repoRoot, string solutionPath, string? from, string? to, string? changedFilesPath, ChangedFileFilter? filter = null, SelectionTrace? trace = null)
137
return
AffectedResult
.Empty;
Program.cs (4)
217
var
layer1 = (options.ForceAll || options.SkipLayer1)
218
?
AffectedResult
.Empty
459
private static
AffectedResult
RunLayer1(RunOptions options, ChangedFileFilter filter, SelectionTrace trace)
480
private 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