4 references to Upsert
Aspire.Hosting (4)
Dashboard\DashboardService.cs (1)
238if (update.ChangeType is ResourceSnapshotChangeType.Upsert)
Dashboard\DashboardServiceData.cs (1)
77await _resourcePublisher.IntegrateAsync(@event.Resource, snapshot, ResourceSnapshotChangeType.Upsert)
Dashboard\ResourcePublisher.cs (1)
92case ResourceSnapshotChangeType.Upsert:
Dcp\DcpExecutor.cs (1)
343WatchEventType.Added or WatchEventType.Modified => ResourceSnapshotChangeType.Upsert,