diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-13 18:46:40 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-13 18:46:40 +0700 |
commit | e082ef57a6383d0a8ad7d2a1cbfd2022596257f7 (patch) | |
tree | 32adc52d93b56b9affb9e06b28c1ef96d4bb59ae | |
parent | BigInteger direct conversion to Span<uint> (diff) | |
download | BouncyCastle.NET-ed25519-e082ef57a6383d0a8ad7d2a1cbfd2022596257f7.tar.xz |
RunAnalyzersDuringBuild = false
-rw-r--r-- | crypto/src/BouncyCastle.Crypto.csproj | 1 | ||||
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/src/BouncyCastle.Crypto.csproj b/crypto/src/BouncyCastle.Crypto.csproj index 8c77860b1..57c8d4df0 100644 --- a/crypto/src/BouncyCastle.Crypto.csproj +++ b/crypto/src/BouncyCastle.Crypto.csproj @@ -50,6 +50,7 @@ TODO: Use suppressions for each individual case of a Span-based method. --> <NoWarn>$(NoWarn);CP0005;CP0006</NoWarn> + <RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'"> diff --git a/crypto/test/BouncyCastle.Crypto.Tests.csproj b/crypto/test/BouncyCastle.Crypto.Tests.csproj index a17ee3b36..df12a45c4 100644 --- a/crypto/test/BouncyCastle.Crypto.Tests.csproj +++ b/crypto/test/BouncyCastle.Crypto.Tests.csproj @@ -7,6 +7,7 @@ <EnableDefaultItems>false</EnableDefaultItems> <NoWarn>618;1591</NoWarn> <RootNamespace>Org.BouncyCastle</RootNamespace> + <RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |