From 2c907dfabc566a1b5c2488822e65b72f9a057d52 Mon Sep 17 00:00:00 2001 From: Sandro Ciervo Date: Mon, 18 Nov 2024 09:27:38 +0100 Subject: [PATCH] Never convert NU1901;NU1902;NU1903;NU1904 to Error --- build/Neolution.CodeAnalysis.TestsRuleset.props | 3 ++- build/Neolution.CodeAnalysis.props | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/Neolution.CodeAnalysis.TestsRuleset.props b/build/Neolution.CodeAnalysis.TestsRuleset.props index e1dc915..e74f4ff 100644 --- a/build/Neolution.CodeAnalysis.TestsRuleset.props +++ b/build/Neolution.CodeAnalysis.TestsRuleset.props @@ -3,7 +3,8 @@ Debug - true + true + NU1901;NU1902;NU1903;NU1904 diff --git a/build/Neolution.CodeAnalysis.props b/build/Neolution.CodeAnalysis.props index ca27362..7d39dfb 100644 --- a/build/Neolution.CodeAnalysis.props +++ b/build/Neolution.CodeAnalysis.props @@ -4,6 +4,7 @@ Debug true + NU1901;NU1902;NU1903;NU1904