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

Make Activation Data AsyncDisposable #6761

Conversation

ThiagoT1
Copy link
Contributor

Fixes #6758

Please guide me if any tests could/should be written.

{
IDisposable disposable = serviceScope;
if (disposable != null) disposable.Dispose();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should make this both IDisposable and IAsyncDisposable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just did.
But I wonder why this is not the case on master.

@ReubenBond ReubenBond merged commit 82560d1 into dotnet:3.3.1 Sep 29, 2020
@ReubenBond
Copy link
Member

Thanks, Thiago!

@ReubenBond ReubenBond added this to the 3.4.0 milestone Sep 29, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants