7 references to Notifications
Aspire.Hosting (3)
ExternalServiceBuilderExtensions.cs (3)
121await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with 133await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with 146await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
64await evt.Notifications.PublishUpdateAsync(r, s => s with
Aspire.Hosting.Tests (2)
Orchestrator\ApplicationOrchestratorTests.cs (1)
153Assert.Equal(resourceNotificationService, initEvent.Notifications);
WithUrlsTests.cs (1)
474await e.Notifications.PublishUpdateAsync(custom, s => s with
CustomResources.AppHost (1)
TalkingClockResource.cs (1)
60var notification = @event.Notifications; // Get the notification service for state updates.