From 91abff46953f5bf774032dee3a7893b3a3b53e10 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 13 Nov 2022 13:19:56 +0000 Subject: [PATCH] Ignore XML comment warnings when building in DEBUG. --- Aaru.Decryption.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Aaru.Decryption.csproj b/Aaru.Decryption.csproj index f1b78a0..ad90ff7 100644 --- a/Aaru.Decryption.csproj +++ b/Aaru.Decryption.csproj @@ -30,6 +30,9 @@ enable true + + CS1591;CS1574 + $(Version)+{chash:8} true