Async Wandering Part 7 — Exceptions on unobserved tasks
This is the seventh part of the Async Wandering series. For your convenience you can find other parts in the table of contents in Part 1 – Why creating Form from WinForms in unit tests breaks async? Let’s take this code: It doesn’t print any exception because we don’t await the task. Can we do … Continue reading Async Wandering Part 7 — Exceptions on unobserved tasks