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