1 implementation of GetNotifications
Aspire.Dashboard (1)
Model\NotificationService.cs (1)
30
public IReadOnlyList<NotificationMessage>
GetNotifications
()
8 references to GetNotifications
Aspire.Dashboard (2)
Components\Dialogs\NotificationsDialog.razor.cs (2)
22
_notifications = NotificationService.
GetNotifications
();
31
_notifications = NotificationService.
GetNotifications
();
Aspire.Dashboard.Tests (6)
Model\DashboardCommandExecutorTests.cs (6)
45
var startingNotification = Assert.Single(notificationService.
GetNotifications
());
53
var cancelingNotification = Assert.Single(notificationService.
GetNotifications
());
65
var canceledNotification = Assert.Single(notificationService.
GetNotifications
());
90
var startingNotification = Assert.Single(notificationService.
GetNotifications
());
100
var cancelingNotification = Assert.Single(notificationService.
GetNotifications
());
141
var notification = Assert.Single(notificationService.
GetNotifications
());