2 references to ConnectAsync
Aspire.Cli.Tests (2)
Commands\PsCommandTests.cs (2)
195
using var connection = await server.
ConnectAsync
().DefaultTimeout();
399
using var connection = await server.
ConnectAsync
().DefaultTimeout();