1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2025-08-14 19:16:58 +02:00
Files
Sergio Pedri 33c58e3eda Remove try/catch when awaiting tasks, ignore exceptions
This allows exceptions to remain unobserved and propagate to TaskScheduler.UnobservedTaskException. It will also be more efficient, as there is no longer an exception being thrown and handled if there's one.
2022-02-28 22:37:26 +01:00
..