2 writes to Services
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
170Services = _app.Services; 279Services = _app.Services;
2 references to Services
Aspire.Dashboard.Tests (2)
Integration\StartupTests.cs (2)
500var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>(); 541var options = app.Services.GetRequiredService<IOptions<LoggerFilterOptions>>();