1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00
osu-lazer/osu.Game/Extensions
nullium21 c1e9398c19 Fix regex by allowing file extensions + typed new
Apparently, the _whole_ filename was checked with GetValidArchiveContentFilename,
not just the stem.
2022-10-28 09:19:34 +03:00
..
CollectionExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
DrawableExtensions.cs Replace calls to defective Humanizer methods with correct version 2022-07-18 22:34:58 +02:00
LanguageExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
ModelExtensions.cs Fix regex by allowing file extensions + typed new 2022-10-28 09:19:34 +03:00
StringDehumanizeExtensions.cs Add own fixed copy of defective Humanizer methods 2022-07-18 21:37:31 +02:00
TaskExtensions.cs Update parameter discards 2022-06-24 21:26:19 +09:00
TimeDisplayExtensions.cs Remove the nullable disable annotation. 2022-06-30 23:20:40 +08:00
TypeExtensions.cs mark the string as nullable. 2022-06-30 23:23:14 +08:00
WebRequestExtensions.cs Move the null check in the outside. 2022-06-30 23:29:49 +08:00