32 references to PublishUpdateAsync
Aspire.Hosting (9)
ApplicationModel\CommandsConfigurationExtensions.cs (2)
326await resourceNotificationService.PublishUpdateAsync(projectResource, name, s => s with 344await resourceNotificationService.PublishUpdateAsync(projectResource, name, s => s with
ApplicationModel\CustomResourceSnapshotExtensions.cs (1)
22/// and <see cref="ResourceNotificationService.PublishUpdateAsync(IResource, string, Func{CustomResourceSnapshot, CustomResourceSnapshot})"/>.
ApplicationModel\ResourceNotificationService.cs (1)
1234await PublishUpdateAsync(resource, resourceName, stateFactory).ConfigureAwait(false);
Devcontainers\Codespaces\CodespacesResourceUrlRewriterService.cs (1)
60await resourceNotificationService.PublishUpdateAsync(resourceEvent.Resource, resourceEvent.ResourceId, s => s with
Orchestrator\ApplicationOrchestrator.cs (4)
288? notificationService.PublishUpdateAsync(resource, resourceId, stateFactory) 589await _notificationService.PublishUpdateAsync(context.Resource, context.DcpResourceName, context.UpdateSnapshot).ConfigureAwait(false); 621await _notificationService.PublishUpdateAsync(context.Resource, context.DcpResourceName, s => s with { State = stateSnapshot }).ConfigureAwait(false); 661await _notificationService.PublishUpdateAsync(
Aspire.Hosting.Browsers (1)
BrowserLogsSessionManager.cs (1)
385return _resourceNotificationService.PublishUpdateAsync(resource, resourceName, snapshot =>
Aspire.Hosting.Browsers.Tests (1)
src\Aspire.Hosting.Browsers\BrowserLogsSessionManager.cs (1)
385return _resourceNotificationService.PublishUpdateAsync(resource, resourceName, snapshot =>
Aspire.Hosting.Tests (21)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (4)
134await notificationService.PublishUpdateAsync(resourceWithReplicas.Resource, "myresource-abc123", s => s with 138await notificationService.PublishUpdateAsync(resourceWithReplicas.Resource, "myresource-def456", s => s with 1438await notificationService.PublishUpdateAsync(resourceWithReplicas.Resource, "myresource-abc123", s => s with 1477await notificationService.PublishUpdateAsync(resourceWithReplicas.Resource, "myresource-abc123", s => s with
Dashboard\DashboardResourceTests.cs (1)
734await resourceNotificationService.PublishUpdateAsync(dashboard, "aspire-dashboard-0", s => s with { State = "Running" }).DefaultTimeout();
Dashboard\DashboardServiceDataTerminalTests.cs (2)
87await notifications.PublishUpdateAsync(resource, "myapp-ccc", s => s with { State = new ResourceStateSnapshot("Running", null) }).DefaultTimeout(); 135await notifications.PublishUpdateAsync(resource, "myapp-unknown", s => s with { State = new ResourceStateSnapshot("Running", null) }).DefaultTimeout();
Orchestrator\ApplicationOrchestratorTests.cs (3)
682await resourceNotificationService.PublishUpdateAsync(waiter.Resource, "waiter-def456", s => s with 697await resourceNotificationService.PublishUpdateAsync(waiter.Resource, "waiter-def456", s => s with 1074await notificationService.PublishUpdateAsync(resource, instance.Name, s => s with { State = state }).DefaultTimeout();
ResourceNotificationTests.cs (7)
204await notificationService.PublishUpdateAsync(resource1, "replica1", state => state with { Properties = state.Properties.Add(new("C", "value")) }).DefaultTimeout(); 597await notificationService.PublishUpdateAsync(resource, "resource-abc123", s => s with 601await notificationService.PublishUpdateAsync(resource, "resource-def456", s => s with 639await notificationService.PublishUpdateAsync(resource, "resource-abc123", s => s with 711await notificationService.PublishUpdateAsync(resource, "resource-abc123", s => s with 759await notificationService.PublishUpdateAsync(dependency, "dependency-abc123", s => s with 772await notificationService.PublishUpdateAsync(dependency, "dependency-def456", s => s with
WaitForTests.cs (4)
664await app.ResourceNotifications.PublishUpdateAsync(dependency.Resource, "test0", s => s with 672await app.ResourceNotifications.PublishUpdateAsync(dependency.Resource, "test1", s => s with 717await app.ResourceNotifications.PublishUpdateAsync(dependency.Resource, "test0", s => s with 725await app.ResourceNotifications.PublishUpdateAsync(dependency.Resource, "test1", s => s with