2 writes to Services
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
173Services = _app.Services; 303Services = _app.Services;
3 references to Services
Aspire.Dashboard.Tests (3)
Integration\StartupTests.cs (3)
535var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>(); 576var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>(); 841var loggerProviders = app.Services.GetServices<ILoggerProvider>();