1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00
osu-lazer/osu.Game.Tests/Mods
Bartłomiej Dach c9facf70f9 Use conditional nullability attribute
As it turns out, C# 8 provides an attribute that allows annotating that
an `out` parameter's nullability depends on the method's return value,
which is exactly what is desired here.
2021-05-15 00:09:34 +02:00
..
ModSettingsEqualityComparison.cs Fix test case filename not matching 2021-04-13 05:31:56 +03:00
ModUtilsTest.cs Use conditional nullability attribute 2021-05-15 00:09:34 +02:00
SettingsSourceAttributeTest.cs Add support for custom controls to SettingSourceAttribute 2021-04-28 02:51:24 +09:00