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

Fix return values from ResetAsync #22319

Merged
merged 1 commit into from
Aug 29, 2020
Merged

Fix return values from ResetAsync #22319

merged 1 commit into from
Aug 29, 2020

Conversation

ajcvickers
Copy link
Member

@ajcvickers ajcvickers commented Aug 29, 2020

Fixes #22255

This must have happened when we switched back from ValueTask to Task. We missed this because we had no coverage for async dispose with context pooling. Added this coverage and scanned code for other occurrences.

Fixes #22255

This must have happened when we switched back from ValueTask to Task. We missed this because we had no coverage for async dispose with context pooling. Added this coverages and scanned code for other occurences.
@ajcvickers ajcvickers requested a review from a team August 29, 2020 20:03
@ajcvickers
Copy link
Member Author

@Pilchie RC1

@Pilchie
Copy link
Member

Pilchie commented Aug 29, 2020

Approved for RC1.

@ajcvickers ajcvickers merged commit d8d991d into release/5.0 Aug 29, 2020
@ajcvickers ajcvickers deleted the DisposeAsync0829 branch August 29, 2020 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in preview 8: NullReferenceException
3 participants