2 references to GetAnalyzersForTargetFramework
Microsoft.NET.Build.Tests (2)
GivenThatWeWantToUseAnalyzers.cs (2)
343GetAnalyzersForTargetFramework(ToolsetInfo.CurrentTargetFramework).Should().BeEquivalentTo(new[] { ("system.text.json", "6.0.0-preview.4.21253.7", "analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll") }); 344GetAnalyzersForTargetFramework("net472").Should().BeEmpty();