7 references to WriteAsync
Aspire.Cli.Tests (7)
Commands\TerminalTapePlayCommandTests.cs (7)
159await host.WriteAsync("Ready for input"); 311await host.WriteAsync(screen); 324await host.WriteAsync("Still running"); 332await host.WriteAsync("Ready for input\r\n"); 352await host.WriteAsync("Accepted: hello\r\n"); 364await host.WriteAsync("Ready for input"); 413await host.WriteAsync("Waiting for authentication");