Upgrade `CS0809` to an error

"Obsolete member 'memberA' overrides non-obsolete member 'memberB'"
(that simply doesn't work)
This commit is contained in:
YoshiRulz 2024-09-08 19:34:18 +10:00
parent 799f838f13
commit bf5deafdab
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
is_global = true
# Obsolete member 'memberA' overrides non-obsolete member 'memberB' (this simply doesn't work, see https://learn.microsoft.com/en-us/dotnet/csharp/misc/cs0809#methods-recognized-as-obsolete)
dotnet_diagnostic.CS0809.severity = error
## BizHawk internal rules
# Do not use anonymous delegates