11 references to Notifications
Aspire.Hosting (5)
ConnectionStringBuilderExtensions.cs (2)
97await evt.Notifications.PublishUpdateAsync(r, s => s with 111await evt.Notifications.PublishUpdateAsync(r, s => s with
ExternalServiceBuilderExtensions.cs (3)
124await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with 136await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with 149await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
71await evt.Notifications.PublishUpdateAsync(r, s => s with
Aspire.Hosting.OpenAI (2)
OpenAIExtensions.cs (2)
83await evt.Notifications.PublishUpdateAsync(r, s => s with 128await evt.Notifications.PublishUpdateAsync(r, s => s with
Aspire.Hosting.Tests (2)
Orchestrator\ApplicationOrchestratorTests.cs (1)
166Assert.Equal(resourceNotificationService, initEvent.Notifications);
WithUrlsTests.cs (1)
572await e.Notifications.PublishUpdateAsync(custom, s => s with
CustomResources.AppHost (1)
TalkingClockResource.cs (1)
61var notification = @event.Notifications; // Get the notification service for state updates.