4 references to _appTcs
Aspire.Hosting.Testing (4)
DistributedApplicationEntryPointInvoker.cs (4)
101_appTcs.TrySetException(new InvalidOperationException($"The entry point exited without building a {nameof(DistributedApplication)}.")); 108_appTcs.TrySetException(exception); 115_appTcs.TrySetException(exception); 132return await _appTcs.Task.WaitAsync(cancellationToken).ConfigureAwait(false);