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); 132return await _appTcs.Task.WaitAsync(cancellationToken).ConfigureAwait(false); 202owner._appTcs.TrySetResult((DistributedApplication)value.Value!);