1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00
osu-lazer/osu.Game/Utils
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
..
BatteryInfo.cs Remove IsLowBattery 2021-04-12 11:15:24 -04:00
FormatUtils.cs Add the ability to specify format provider (to make tests culture invariant) 2021-03-26 13:10:11 +09:00
HumanizerUtils.cs Cleanup 2019-08-28 20:15:28 +09:00
ModUtils.cs Use conditional nullability attribute 2021-05-15 00:09:34 +02:00
Optional.cs Remove empty <returns> xmldoc 2021-04-12 17:46:14 +09:00
PeriodTracker.cs Make PeriodTracker actually immutable 2020-05-02 01:33:33 +02:00
SentryLogger.cs Remove easy to remove finalizers 2021-03-02 16:07:09 +09:00
StatelessRNG.cs Rename NextUlong -> NextULong 2020-12-02 12:59:45 +09:00
TaskChain.cs Update TaskChain to use ContinueWithSequential internally 2021-01-29 16:19:46 +09:00
ZipUtils.cs Shortcut checking for whether directories are files 2019-06-26 17:10:22 +09:00