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

IAsyncDisposable plumbing #16307

Merged
merged 1 commit into from
Jun 28, 2019
Merged

IAsyncDisposable plumbing #16307

merged 1 commit into from
Jun 28, 2019

Conversation

ajcvickers
Copy link
Contributor

Calls dynamically where things are likely to be IAsyncDisposable in the future, but aren't now, or for things that are but don't expose it in the API surface (e.g. IServiceScope).

Fixes #14427

@ajcvickers ajcvickers requested review from AndriySvyryd and roji June 27, 2019 17:17
Calls dynamically where things are likely to be `IAsyncDisposable` in the future, but aren't now, or for things that are but don't expose it in the API surface (e.g. IServiceScope).

Fixes #14427
@ajcvickers ajcvickers force-pushed the IAsyDisncposable0626 branch from d358bb8 to 25cdf96 Compare June 28, 2019 00:00
@ajcvickers ajcvickers merged commit d13f1b7 into master Jun 28, 2019
@ghost ghost deleted the IAsyDisncposable0626 branch June 28, 2019 00:18
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.

Support for IAsyncDisposable on EF Core
3 participants