dolittle-obsolete / DotNET.Fundamentals

Reusable, fundamental abstractions and building blocks
http://www.dolittle.io
MIT License
4 stars 8 forks source link

Execution Context needs to be tested against a Task with ConfigureAwait(false) set #208

Open smithmx opened 5 years ago

smithmx commented 5 years ago

We need to make sure that when we have ConfigureAwait(false) set on a Task that we still have the correct ExecutionContext.

There's a "SetLogicalContext" call where the context follows the Task across threads.

┆Issue is synchronized with this Asana task