2 writes to Services
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
168Services = _app.Services; 274Services = _app.Services;
2 references to Services
Aspire.Dashboard.Tests (2)
Integration\StartupTests.cs (2)
497var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>(); 536var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>();