3 references to TestData
Microsoft.AspNetCore.App.Analyzers.Test (3)
TestData.cs (1)
15
=> typeof(
TestData
).Assembly.GetCustomAttributes<TestDataAttribute>().Single(d => d.Key == key).Value;
Verifiers\CSharpAnalyzerVerifier.cs (2)
56
Path.Combine(
TestData
.GetRepoRoot(), "NuGet.config");
61
TestData
.GetMicrosoftNETCoreAppRefPackageVersion()),