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