8 instantiations of TestStringLocalizer
Aspire.Dashboard.Components.Tests (8)
Controls\GenAIVisualizerDialogTests.cs (1)
418new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>(),
Controls\TextVisualizerDialogTests.cs (1)
377new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>(),
Dialogs\InteractionMessageBoxDialogTests.cs (1)
128new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>(),
Dialogs\InteractionsInputDialogTests.cs (1)
725new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>(),
Dialogs\NotificationEntryComponentTests.cs (1)
23Services.AddSingleton<IStringLocalizer<Aspire.Dashboard.Resources.Dialogs>>(new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>());
Model\DashboardDialogServiceTests.cs (3)
38var loc = new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>(); 74new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>(), 164new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>(),
1 reference to TestStringLocalizer
Aspire.Dashboard.Components.Tests (1)
Model\DashboardDialogServiceTests.cs (1)
38var loc = new TestStringLocalizer<Aspire.Dashboard.Resources.Dialogs>();