5 instantiations of NotificationEntry
Aspire.Dashboard (5)
Model\DashboardCommandExecutor.cs (5)
134progressNotificationId = notificationService.AddNotification(new NotificationEntry 198notificationService.ReplaceNotification(GetProgressNotificationId(), new NotificationEntry 221notificationService.ReplaceNotification(GetProgressNotificationId(), new NotificationEntry 246notificationService.ReplaceNotification(GetProgressNotificationId(), new NotificationEntry 301notificationService.ReplaceNotification(GetProgressNotificationId(), new NotificationEntry
7 references to NotificationEntry
Aspire.Dashboard (7)
Components\Dialogs\NotificationEntryComponent.razor.cs (1)
14public required NotificationEntry Entry { get; set; }
Model\INotificationService.cs (3)
29string AddNotification(NotificationEntry notification); 34void ReplaceNotification(string id, NotificationEntry notification); 84public required NotificationEntry Entry { get; init; }
Model\NotificationService.cs (3)
14private readonly List<(string Id, NotificationEntry Entry)> _notifications = []; 46public string AddNotification(NotificationEntry notification) 66public void ReplaceNotification(string id, NotificationEntry notification)