1 write to _app
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
122_app = builder.Build();
8 references to _app
Aspire.Hosting (8)
Dashboard\DashboardServiceHost.cs (8)
124_app.UseAuthentication(); 125_app.UseAuthorization(); 127_app.MapGrpcService<DashboardService>(); 203if (_app is not null) 205await _app.StartAsync(cancellationToken).ConfigureAwait(false); 207var addressFeature = _app.Services.GetService<IServer>()?.Features.Get<IServerAddressesFeature>(); 223if (_app is not null) 225await _app.StopAsync(cancellationToken).ConfigureAwait(false);