3 instantiations of NotificationAction
Aspire.Dashboard (2)
Model\DashboardCommandExecutor.cs (2)
330return new NotificationAction 339return new NotificationAction
Aspire.Dashboard.Components.Tests (1)
Dialogs\NotificationEntryComponentTests.cs (1)
32PrimaryAction = new NotificationAction
4 references to NotificationAction
Aspire.Dashboard (3)
Model\DashboardCommandExecutor.cs (2)
328private static NotificationAction CreateCancelNotificationAction(IStringLocalizer<Dashboard.Resources.Resources> loc, Func<Task> onCancelAsync) 337private static NotificationAction CreateViewResponseNotificationAction(IStringLocalizer<Dashboard.Resources.Resources> loc, CommandViewModel command, ResourceCommandResponseViewModel response)
Model\INotificationService.cs (1)
66public NotificationAction? PrimaryAction { get; init; }
Aspire.Dashboard.Tests (1)
Model\DashboardCommandExecutorTests.cs (1)
90var cancelAction = startingNotification.Entry.PrimaryAction;