tim-arheit

Results 4 comments of tim-arheit

It actually work in a Core 2.2 project. Just converted the project I've been working on from 2.0 to 2.2 and Nancy didn't have any issues. As a bonus, I'm...

I agree, it's exceedingly rare and difficult to cause in a small test project. I've only run into this behavior (in other code) once before. Without ConfigureAwait(false) await resumes on...

One other thing. All the previous projects I used the SDK with were .core. According to this article (https://corebts.com/blog/async-await-configureawait/), Microsoft did away with the SynchronizationContext that caused the need to...