summary refs log tree commit diff
path: root/crypto/src
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/src
parentBigInteger direct conversion to Span<uint> (diff)
downloadBouncyCastle.NET-ed25519-e082ef57a6383d0a8ad7d2a1cbfd2022596257f7.tar.xz
RunAnalyzersDuringBuild = false
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/BouncyCastle.Crypto.csproj1
1 files changed, 1 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'">