File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
tests/BenchmarkDotNet.Analyzers.Tests/Fixtures Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ public abstract class AnalyzerTestFixture<TAnalyzer>
1919 private readonly CSharpAnalyzerTest < TAnalyzer , DefaultVerifier > _analyzerTest ;
2020 private readonly DiagnosticDescriptor ? _ruleUnderTest ;
2121
22- // TODO: Removed temporary workaround code when Microsoft.CodeAnalysis.CSharp.Analyzer.Testing package is updated. https://github.com/dotnet/roslyn-sdk/issues/1233
23- private static readonly Lazy < ReferenceAssemblies > lazyNet100 = new ( ( ) => new (
24- targetFramework : "net10.0" ,
25- referenceAssemblyPackage : new PackageIdentity ( "Microsoft.NETCore.App.Ref" , "10.0.0" ) ,
26- referenceAssemblyPath : Path . Combine ( "ref" , "net10.0" ) ) ) ;
27-
2822 private AnalyzerTestFixture ( bool assertUniqueSupportedDiagnostics )
2923 {
3024 _analyzerTest = new InternalAnalyzerTest
You can’t perform that action at this time.
0 commit comments