Visual Studio Code – Async/Await exception handling confusion
I'm trying to understand async/await in .net8, especially exception handling and I'm running into some confusion, especially regarding the documentation as while it specifies some of the approach it doesn't give enough examples for me to understand what's happening. I'm…