5 writes to Title
Aspire.Dashboard (5)
Model\DashboardCommandExecutor.cs (5)
136Title = messageBarStartingTitle, 200Title = successTitle, 223Title = canceledTitle, 248Title = failedTitle, 303Title = cancelingTitle,
4 references to Title
Aspire.Dashboard.Tests (4)
Model\DashboardCommandExecutorTests.cs (4)
54Assert.Equal("Localized:ResourceCommandCanceling", cancelingNotification.Entry.Title); 66Assert.Equal("Localized:ResourceCommandCanceled", canceledNotification.Entry.Title); 101Assert.Equal("Localized:ResourceCommandCanceling", cancelingNotification.Entry.Title); 142Assert.Equal("Localized:ResourceCommandSuccess", notification.Entry.Title);