13 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)
145await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with 157await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with 170await e.Notifications.PublishUpdateAsync(resource, snapshot => snapshot with
Aspire.Hosting.Blazor (1)
BlazorGatewayExtensions.cs (1)
412var notificationService = e.Notifications;
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
73await evt.Notifications.PublishUpdateAsync(r, s => s with
Aspire.Hosting.OpenAI (2)
OpenAIExtensions.cs (2)
84await evt.Notifications.PublishUpdateAsync(r, s => s with 130await evt.Notifications.PublishUpdateAsync(r, s => s with
Aspire.Hosting.Tests (3)
Orchestrator\ApplicationOrchestratorTests.cs (2)
165Assert.Equal(resourceNotificationService, initEvent.Notifications); 1105await @event.Notifications.PublishUpdateAsync(resource, s => s with
WithUrlsTests.cs (1)
570await e.Notifications.PublishUpdateAsync(custom, s => s with
CustomResources.AppHost (1)
TalkingClockResource.cs (1)
61var notification = @event.Notifications; // Get the notification service for state updates.