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