5 references to _appTcs
Aspire.Hosting.Testing (5)
DistributedApplicationEntryPointInvoker.cs (5)
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);
202
owner.
_appTcs
.TrySetResult((DistributedApplication)value.Value!);