1 write to _app
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
118_app = builder.Build();
8 references to _app
Aspire.Hosting (8)
Dashboard\DashboardServiceHost.cs (8)
120_app.UseAuthentication(); 121_app.UseAuthorization(); 123_app.MapGrpcService<DashboardService>(); 199if (_app is not null) 201await _app.StartAsync(cancellationToken).ConfigureAwait(false); 203var addressFeature = _app.Services.GetService<IServer>()?.Features.Get<IServerAddressesFeature>(); 219if (_app is not null) 221await _app.StopAsync(cancellationToken).ConfigureAwait(false);