Skip to content

Conversation

JakenVeina
Copy link
Collaborator

Added new operator .AsyncDisposeMany(), equivalent to .DisposeMany(), but with support for IAsyncDisposable.

Resolves #990.

@JakenVeina JakenVeina force-pushed the issues/990 branch 2 times, most recently from 5acd6f5 to 53bc9e4 Compare May 29, 2025 05:32
@JakenVeina JakenVeina requested a review from dwcullop May 31, 2025 01:51

namespace DynamicData.Tests.Cache;

public class AsyncDisposeManyFixture
Copy link
Collaborator

Choose a reason for hiding this comment

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

Excellent tests

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

If I have a specialty, it's testing. I started my career with 4 years of doing test development for aircraft maintenance.

@JakenVeina JakenVeina merged commit 5f9a27c into main Jun 2, 2025
1 check passed
@JakenVeina JakenVeina deleted the issues/990 branch June 2, 2025 19:56
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2025
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.

[Feature]: Support DisposeManyAsync
3 participants