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>();
261
if (
_app
is not null)
263
await
_app
.StartAsync(cancellationToken).ConfigureAwait(false);
265
var addressFeature =
_app
.Services.GetService<IServer>()?.Features.Get<IServerAddressesFeature>();
281
if (
_app
is not null)
283
await
_app
.StopAsync(cancellationToken).ConfigureAwait(false);