Skip to content

Commit

Permalink
Suppress CA1812 false-positive
Browse files Browse the repository at this point in the history
Fix false-positive CA1812 warning.
  • Loading branch information
martincostello committed Apr 24, 2023
1 parent 56a7266 commit bdb42ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Benchmark/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma warning disable CA1812

using BenchmarkDotNet.Running;

BenchmarkSwitcher
Expand Down

0 comments on commit bdb42ba

Please sign in to comment.