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