1 write to _app
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
116_app = builder.Build();
8 references to _app
Aspire.Hosting (8)
Dashboard\DashboardServiceHost.cs (8)
118_app.UseAuthentication(); 119_app.UseAuthorization(); 121_app.MapGrpcService<DashboardService>(); 261if (_app is not null) 263await _app.StartAsync(cancellationToken).ConfigureAwait(false); 265var addressFeature = _app.Services.GetService<IServer>()?.Features.Get<IServerAddressesFeature>(); 281if (_app is not null) 283await _app.StopAsync(cancellationToken).ConfigureAwait(false);