From bc8e6b31ece377db26c09e2edba760a12be10a3f Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Tue, 11 Jun 2024 08:38:18 +0100 Subject: [PATCH] Disable rule with ruleset Disable CA1515 in the ruleset file rather than with NoWarn. --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 23e14271..e7fdc835 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -20,7 +20,7 @@ preview true en-US - $(NoWarn);CA1515;CS1591 + $(NoWarn);CS1591 enable Apache-2.0 https://github.com/martincostello/project-euler