Upgrade LocalisationAnalyser and disable warning

This commit is contained in:
Dan Balasescu
2022-08-18 13:41:22 +09:00
parent 4627e4f53b
commit 7512c126b7
2 changed files with 5 additions and 1 deletions

View File

@ -53,3 +53,7 @@ dotnet_diagnostic.CA2225.severity = none
# Banned APIs
dotnet_diagnostic.RS0030.severity = error
# Temporarily disable analysing CanBeNull = true in NRT contexts due to mobile issues.
# See: https://github.com/ppy/osu/pull/19677
dotnet_diagnostic.OSUF001.severity = none