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);
132
return await
_appTcs
.Task.WaitAsync(cancellationToken).ConfigureAwait(false);