1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00
osu-lazer/osu.Game/Extensions
Bartłomiej Dach 2d279350ad Catch multiplayer client-related unobserved exceptions better
Silencing an exception from a task continuation requires accessing
`task.Exception` in any way, which was not done previously if
`logOnError` was false.

To resolve without having to worry whether the compiler will optimise
away a useless access or now, just always log, but switch the logging
level. The unimportant errors will be logged as debug and therefore
essentially silenced on release builds (but could still be potentially
useful in debugging).
2020-12-31 11:39:42 +01:00
..
DrawableExtensions.cs Add keybinding repeat extension method 2020-04-03 18:15:24 +09:00
EditorDisplayExtensions.cs Standardise time display formats across the editor 2020-09-30 12:45:43 +09:00
TaskExtensions.cs Catch multiplayer client-related unobserved exceptions better 2020-12-31 11:39:42 +01:00
WebRequestExtensions.cs Remove unnecessary generic specification on cursor 2020-05-14 16:01:07 +09:00