Skip to content

Commit 8bb8ae8

Browse files
committed
chore: update package dependency and remove temporary workaround code
1 parent 5b482c0 commit 8bb8ae8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/BenchmarkDotNet.Analyzers.Tests/Fixtures/AnalyzerTestFixture.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)