1 instantiation of TestEffectiveThemeResolver
Aspire.Dashboard.Components.Tests (1)
Controls\TextVisualizerDialogTests.cs (1)
146themeManager = new ThemeManager(new TestEffectiveThemeResolver());
2 references to TestEffectiveThemeResolver
Aspire.Dashboard.Components.Tests (2)
Layout\MainLayoutTests.cs (1)
133Services.AddSingleton<IEffectiveThemeResolver, TestEffectiveThemeResolver>();
Shared\MetricsSetupHelpers.cs (1)
86context.Services.AddSingleton<IEffectiveThemeResolver, TestEffectiveThemeResolver>();