mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Disable resharper inspections on case-by-case basis
This commit is contained in:
@ -186,6 +186,7 @@ namespace osu.Game.IO.Legacy
|
||||
|
||||
Debug.Assert(formatter != null, "formatter != null");
|
||||
|
||||
// ReSharper disable once PossibleNullReferenceException
|
||||
return formatter.Deserialize(stream);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user