6 references to Delete
Aspire.Hosting (4)
Dashboard\DashboardService.cs (1)
252
else if (update.ChangeType is ResourceSnapshotChangeType.
Delete
)
Dashboard\ResourcePublisher.cs (1)
96
case ResourceSnapshotChangeType.
Delete
:
Dcp\DcpExecutor.cs (2)
368
WatchEventType.Deleted => ResourceSnapshotChangeType.
Delete
,
378
if (changeType == ResourceSnapshotChangeType.
Delete
)
Aspire.Hosting.Tests (2)
Dashboard\ResourcePublisherTests.cs (1)
144
await publisher.IntegrateAsync(new TestResource("A"), a, ResourceSnapshotChangeType.
Delete
).DefaultTimeout();
Helpers\DashboardServiceDataExtensions.cs (1)
21
if (TryFindMatch(changes.Where(c => c.ChangeType != ResourceSnapshotChangeType.
Delete
).Select(c => c.Resource), resourceName, predicate, out match))