5 references to Notifications
Aspire.Hosting (2)
ExternalServiceBuilderExtensions.cs (2)
113
await e.
Notifications
.PublishUpdateAsync(resource, snapshot => snapshot with
126
await e.
Notifications
.PublishUpdateAsync(resource, snapshot => snapshot with
Aspire.Hosting.Tests (2)
Orchestrator\ApplicationOrchestratorTests.cs (1)
154
Assert.Equal(resourceNotificationService, initEvent.
Notifications
);
WithUrlsTests.cs (1)
429
await e.
Notifications
.PublishUpdateAsync(custom, s => s with
CustomResources.AppHost (1)
TalkingClockResource.cs (1)
60
var notification = @event.
Notifications
; // Get the notification service for state updates.