3 writes to Text
Aspire.Dashboard (2)
Model\DashboardCommandExecutor.cs (2)
332
Text
= loc[nameof(Dashboard.Resources.Resources.ResourceCommandCancel)],
341
Text
= loc[nameof(Dashboard.Resources.Resources.ResourceCommandViewResponse)],
Aspire.Dashboard.Components.Tests (1)
Dialogs\NotificationEntryComponentTests.cs (1)
34
Text
= "View response",
1 reference to Text
Aspire.Dashboard.Tests (1)
Model\DashboardCommandExecutorTests.cs (1)
48
Assert.Equal("Localized:ResourceCommandCancel", startingNotification.Entry.PrimaryAction?.
Text
);