2 references to PublishUpdateAsync
Aspire.Hosting (1)
ApplicationModel\ResourceNotificationService.cs (1)
475
await
PublishUpdateAsync
(resource, resourceName, stateFactory).ConfigureAwait(false);
Aspire.Hosting.Tests (1)
Dashboard\DashboardResourceTests.cs (1)
468
await resourceNotificationService.
PublishUpdateAsync
(dashboard, "aspire-dashboard-0", s => s with { State = "Running" }).DefaultTimeout();