Skip to content

Remove explicit DisposeAsync method NoOpCompletableSynchronizedStorag… #7334

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

Closed
wants to merge 1 commit into from

Conversation

awright18
Copy link
Contributor

…eSession.cs

DisposeAsync default implementation is added in ICompletableSynchronizedStorageSession, so no need to add the same implementation nhere.

…eSession.cs

DisposeAsync default implementation is added in ICompletableSynchronizedStorageSession, so no need to add the same implementation nhere.
@awright18 awright18 requested a review from bording April 21, 2025 12:00
Copy link
Member

@ramonsmits ramonsmits left a comment

Choose a reason for hiding this comment

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

DisposeAsync default implementation is added in ICompletableSynchronizedStorageSession, so no need to add the same implementation nhere.

The default implementation invoked void Dispose().

This should stay as it explicitly. The default only exist to introduce it as a non breaking change. All implementation should eventually implement it so that we can drop the default in the next major.

@awright18 awright18 closed this Apr 24, 2025
@bording bording deleted the remove-explicit-dispose-async-method branch April 24, 2025 14:58
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.

2 participants