diff --git a/build/common.props b/build/common.props index 8254859142..be1a13bffc 100644 --- a/build/common.props +++ b/build/common.props @@ -20,6 +20,8 @@ True $(MSBuildThisFileDirectory)CodingStyle.ruleset true + + annotations diff --git a/src/BenchmarkDotNet/BenchmarkDotNet.csproj b/src/BenchmarkDotNet/BenchmarkDotNet.csproj index 58a33c64f9..50e6733592 100644 --- a/src/BenchmarkDotNet/BenchmarkDotNet.csproj +++ b/src/BenchmarkDotNet/BenchmarkDotNet.csproj @@ -4,7 +4,6 @@ BenchmarkDotNet netstandard2.0;net6.0 true - annotations $(NoWarn);1701;1702;1705;1591;3005;NU1702;CS3001;CS3003 BenchmarkDotNet BenchmarkDotNet