2 references to WatchForLogsAsync
Aspire.Hosting.Testing.Tests (2)
tests\Shared\ConsoleLogging\ConsoleLoggingTestHelpers.cs (2)
13
var watchTask =
WatchForLogsAsync
(service.WatchAsync(resourceName), targetLogCount);
36
return
WatchForLogsAsync
(watchEnumerable, targetLogCount);