Skip to content

Commit 05c24e5

Browse files
authored
Remove default IAsyncDisposable implementation (#7414)
1 parent 82cdb4c commit 05c24e5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/NServiceBus.Core/Reliability/SynchronizedStorage/ICompletableSynchronizedStorageSession.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,4 @@ public interface ICompletableSynchronizedStorageSession : ISynchronizedStorageSe
4141
/// Completes the session by saving the changes.
4242
/// </summary>
4343
Task CompleteAsync(CancellationToken cancellationToken = default);
44-
45-
ValueTask IAsyncDisposable.DisposeAsync()
46-
{
47-
Dispose();
48-
49-
GC.SuppressFinalize(this);
50-
51-
return default;
52-
}
5344
}

0 commit comments

Comments
 (0)