2 writes to Services
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
186Services = _app.Services; 333Services = _app.Services;
7 references to Services
Aspire.Dashboard.Tests (7)
DashboardOptionsTests.cs (2)
264var options = app.Services.GetService<IOptionsMonitor<DashboardOptions>>()!; 313var openIdConnectAuthOptions = app.Services.GetService<IOptionsMonitor<OpenIdConnectOptions>>()?.Get(OpenIdConnectDefaults.AuthenticationScheme);
Integration\StartupTests.cs (5)
288var aiContextProvider = app.Services.GetRequiredService<IAIContextProvider>(); 620var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>(); 661var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>(); 960var loggerProviders = app.Services.GetServices<ILoggerProvider>(); 989var aiContextProvider = app.Services.GetRequiredService<IAIContextProvider>();