6 instantiations of NotificationEntry
Aspire.Dashboard (5)
Model\DashboardCommandExecutor.cs (5)
122
progressNotificationId = notificationService.AddNotification(new
NotificationEntry
170
notificationService.ReplaceNotification(GetProgressNotificationId(), new
NotificationEntry
192
notificationService.ReplaceNotification(GetProgressNotificationId(), new
NotificationEntry
220
notificationService.ReplaceNotification(GetProgressNotificationId(), new
NotificationEntry
271
notificationService.ReplaceNotification(GetProgressNotificationId(), new
NotificationEntry
Aspire.Dashboard.Components.Tests (1)
Dialogs\NotificationEntryComponentTests.cs (1)
27
var entry = new
NotificationEntry
8 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)
Aspire.Dashboard.Components.Tests (1)
Dialogs\NotificationEntryComponentTests.cs (1)
27
var
entry = new NotificationEntry