1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 02:07:34 +08:00
osu-lazer/osu.Game/Extensions
Bartłomiej Dach 43c73f9583 Mark access to exception if task faulted as safe
There are seemingly no C#-side compile-time guarantees that it is safe,
but if the task's state is `Faulted` (as is checked right before), the
exception cannot be null as per the documentation.
2021-05-15 00:09:34 +02:00
..
DrawableExtensions.cs Standardise naming of methods related to SkinnableInfo 2021-05-13 13:14:49 +09:00
EditorDisplayExtensions.cs Standardise time display formats across the editor 2020-09-30 12:45:43 +09:00
TaskExtensions.cs Mark access to exception if task faulted as safe 2021-05-15 00:09:34 +02:00
TypeExtensions.cs Extract invariant instantiation info extension method 2021-05-12 23:23:51 +02:00
WebRequestExtensions.cs Remove unnecessary generic specification on cursor 2020-05-14 16:01:07 +09:00