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