2 writes to Services
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
172Services = _app.Services; 287Services = _app.Services;
3 references to Services
Aspire.Dashboard.Tests (3)
Integration\StartupTests.cs (3)
533var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>(); 574var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>(); 777var loggerProviders = app.Services.GetServices<ILoggerProvider>();