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