Implemented interface member:
4 references to DisposeAsync
aspire (1)
Processes\LauncherLivenessMonitor.cs (1)
79
public ValueTask DisposeAsync() => _monitor.
DisposeAsync
();
Aspire.Cli.Tests (3)
Processes\ParentProcessLivenessMonitorTests.cs (3)
106
await monitor.
DisposeAsync
();
138
var exception = await Record.ExceptionAsync(async () => await monitor.
DisposeAsync
());
150
await monitor.
DisposeAsync
();