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