summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2022-11-13 18:46:40 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2022-11-13 18:46:40 +0700
commite082ef57a6383d0a8ad7d2a1cbfd2022596257f7 (patch)
tree32adc52d93b56b9affb9e06b28c1ef96d4bb59ae /crypto/test
parentBigInteger direct conversion to Span<uint> (diff)
downloadBouncyCastle.NET-ed25519-e082ef57a6383d0a8ad7d2a1cbfd2022596257f7.tar.xz
RunAnalyzersDuringBuild = false
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/BouncyCastle.Crypto.Tests.csproj1
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'">