2 instantiations of AffectedPath
Infrastructure.Tests (1)
TestTriggerMap\SelectTestsAcceptanceTests.cs (1)
506
["Layer1Only"] = new
AffectedPath
("src/OwnedProj/Thing.cs", ["Aspire.OwnedProj", "Aspire.Mid", "Layer1Only"]),
SelectTests (1)
GraphAffectedProjects.cs (1)
208
paths[name] = new
AffectedPath
(seedFile, chain);
10 references to AffectedPath
Infrastructure.Tests (3)
TestTriggerMap\GraphAffectedProjectsTests.cs (2)
97
var
appTests = result.Paths["AppTests"];
102
var
core = result.Paths["Core"];
TestTriggerMap\SelectTestsAcceptanceTests.cs (1)
504
var paths = new Dictionary<string,
AffectedPath
>(StringComparer.Ordinal)
SelectTests (7)
GraphAffectedProjects.cs (4)
32
IReadOnlyDictionary<string,
AffectedPath
> Paths)
36
new Dictionary<string,
AffectedPath
>(StringComparer.Ordinal));
179
private static Dictionary<string,
AffectedPath
> BuildAffectedPaths(
184
var paths = new Dictionary<string,
AffectedPath
>(StringComparer.Ordinal);
TestSelector.cs (3)
157
IReadOnlyDictionary<string,
AffectedPath
>? layer1Paths = null)
253
if (layer1Paths is not null && layer1Paths.TryGetValue(project, out
var
affectedPath))
336
private static IReadOnlyList<string> BuildLayer1CausePath(
AffectedPath
affectedPath)