1 type derived from CoalescingAsyncOperation
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
24
internal abstract class RequiredCommandValidator(IInteractionService interactionService, ILogger logger) :
CoalescingAsyncOperation
3 references to CoalescingAsyncOperation
Aspire.Hosting.Python (3)
src\Shared\CoalescingAsyncOperation.cs (2)
49
var
self = (
CoalescingAsyncOperation
)state!;
src\Shared\RequiredCommandValidator.cs (1)
11
/// Base class that extends <see cref="
CoalescingAsyncOperation
"/> with validation logic