6 writes to Title
Aspire.Dashboard (5)
Model\DashboardCommandExecutor.cs (5)
124Title = messageBarStartingTitle, 172Title = successTitle, 194Title = canceledTitle, 222Title = failedTitle, 273Title = cancelingTitle,
Aspire.Dashboard.Components.Tests (1)
Dialogs\NotificationEntryComponentTests.cs (1)
29Title = "Command completed",
4 references to Title
Aspire.Dashboard.Tests (4)
Model\DashboardCommandExecutorTests.cs (4)
55Assert.Equal("Localized:ResourceCommandCanceling", cancelingNotification.Entry.Title); 67Assert.Equal("Localized:ResourceCommandCanceled", canceledNotification.Entry.Title); 101Assert.Equal("Localized:ResourceCommandCanceling", cancelingNotification.Entry.Title); 151Assert.Equal("Localized:ResourceCommandSuccess", notification.Entry.Title);