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