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