From 1840363713d5cdeb3aba446e5a742422b8e00297 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sun, 21 Sep 2025 13:09:27 +0900 Subject: [PATCH] Add one more temoprary workaround for rider failings --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index e42b8b6a8a..a145efc348 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,8 @@ trim_trailing_whitespace = true # temporary workaround for https://youtrack.jetbrains.com/issue/RIDER-130051/Cannot-resolve-symbol-inspections-incorrectly-firing-for-xmldoc-protected-member-references resharper_c_sharp_warnings_cs1574_cs1584_cs1581_cs1580_highlighting = hint +# temporary workaround for https://youtrack.jetbrains.com/issue/RIDER-130381/Rider-does-not-respect-propagated-NoWarn-CS1591?backToIssues=false +dotnet_diagnostic.CS1591.severity = none #license header file_header_template = Copyright (c) ppy Pty Ltd . Licensed under the MIT Licence.\nSee the LICENCE file in the repository root for full licence text.