Method body after call to await <task>.ConfigureAwait(false) will run on captured context when using Async Targeting Pack for Visual Studio 11 v1.0.0 (.Net Framework 4.0 only). Expected beahvior using ConfigureAwait(false) on a task is that the method body after await statement would run in a threadpool thread (TaskScheduler.Default).In Visual Studio 10 with Async CTP and in Visual Studio 11 with .NET Framework 4.5 this expected behaviour is seen.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...