I want to execute some queries async.
But when I debug through the code, most times when an ToListAsync() is called the program stops.
There is no visible exception, and the callstack window is cleared.
When I press the pause button in VS, I can see the s...