From 0c890e590c5b5e5f060ff141937803f3a04affd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Sat, 20 Jul 2024 01:21:06 +0200 Subject: [PATCH] Misc --- Directory.Build.props | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 9c755b442801e..734ba131f0969 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ latest true en - 1591,NU1507 + CS1591 enable ../resources/ASF.ico Apache-2.0 @@ -33,6 +33,11 @@ true + + + $(NoWarn),CA1863 + + $(DefineConstants);ASF_VARIANT_$(ASFVariant.Replace('-', '_').ToUpperInvariant()) @@ -50,7 +55,7 @@ none true - CA1863,CS8002,IL2026,IL2104,NU1901,NU1902,NU1903,NU1904 + CS8002,IL2026,IL2104,NU1901,NU1902,NU1903,NU1904