Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on Nito.AsyncEx #3

Merged
merged 1 commit into from
Jan 25, 2014

Conversation

robhruska
Copy link
Member

It griefed us with some conflicts in Hudl.QueuedServices with some Bcl
stuff. We don't really need it, either.

Also added two test WebApp projects to test that we retain context after awaiting a call that has .ConfigureAwait(false) called on it downstream.

  • TestMvc40WebApp was created targeting 4.0 and then given the aspnet:UseTaskFriendlySynchronizationContext configuration value. Its test/context route should print "Success".
  • TestMvc45WebApp was created targeting 4.5 and has <httpRuntime targetFramework="4.5"/>. Its test/context route should print "Success".

I verified that TestMvc40WebApp instead throws a NullReferenceException when the configured value is not present.

It griefed us with some conflicts in Hudl.QueuedServices with some Bcl
stuff. We don't really need it, either.
robhruska added a commit that referenced this pull request Jan 25, 2014
@robhruska robhruska merged commit a9b0be7 into master Jan 25, 2014
@robhruska robhruska deleted the StephenClearyDoesntRockAsMuch branch January 25, 2014 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant