From ae4af2984933a440eed629a5b6f0a0f262982fff Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Tue, 25 Feb 2025 03:14:25 +1000 Subject: [PATCH] Set `$(AnalysisLevelStyle)` to 9 to work around SDK bug/footgun https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/language-rules#option-format --- Common.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Common.props b/Common.props index 2272b1c0b7..91e1be1ae4 100644 --- a/Common.props +++ b/Common.props @@ -1,6 +1,7 @@ 6 + 9 Recommended Recommended Recommended