21 references to PublishUpdateAsync
Aspire.Hosting (2)
ApplicationModel\ResourceNotificationService.cs (2)
128
await
PublishUpdateAsync
(resource, s => s with { State = KnownResourceStates.Waiting }).ConfigureAwait(false);
196
await
PublishUpdateAsync
(resource, s => s with { State = KnownResourceStates.Waiting }).ConfigureAwait(false);
Aspire.Hosting.Tests (19)
Codespaces\CodespacesUrlRewriterTests.cs (1)
76
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
Dashboard\DashboardLifecycleHookTests.cs (1)
49
await resourceNotificationService.
PublishUpdateAsync
(model.Resources.Single(), s => s).DefaultTimeout();
Health\ResourceHealthCheckServiceTests.cs (12)
29
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
37
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
63
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
71
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
108
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
155
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
192
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
224
await rns.
PublishUpdateAsync
(resource.Resource, s => s with
288
await rns.
PublishUpdateAsync
(parent.Resource, s => s with
333
await rns.
PublishUpdateAsync
(parent.Resource, s => s with
386
await rns.
PublishUpdateAsync
(parent.Resource, s => s with
394
await rns.
PublishUpdateAsync
(child.Resource, s => s with
WaitForTests.cs (5)
113
await rns.
PublishUpdateAsync
(dependency.Resource, s => s with
154
await rns.
PublishUpdateAsync
(dependency.Resource, s => s with
202
await rns.
PublishUpdateAsync
(dependency.Resource, s => s with
250
await rns.
PublishUpdateAsync
(dependency.Resource, s => s with
331
await rns.
PublishUpdateAsync
(dependency.Resource, s => s with