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 /crypto/test | |
parent | BigInteger direct conversion to Span<uint> (diff) | |
download | BouncyCastle.NET-ed25519-e082ef57a6383d0a8ad7d2a1cbfd2022596257f7.tar.xz |
RunAnalyzersDuringBuild = false
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/BouncyCastle.Crypto.Tests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
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'"> |