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