6 references to ResourceSnapshotChange
Aspire.Hosting (6)
Dashboard\DashboardService.cs (1)
98throw new FormatException($"Unexpected {nameof(ResourceSnapshotChange)} type: {update.ChangeType}");
Dashboard\ResourcePublisher.cs (5)
20private ImmutableHashSet<Channel<ResourceSnapshotChange>> _outgoingChannels = []; 37var channel = Channel.CreateUnbounded<ResourceSnapshotChange>( 46async IAsyncEnumerable<IReadOnlyList<ResourceSnapshotChange>> StreamUpdates([EnumeratorCancellation] CancellationToken enumeratorCancellationToken = default) 73ImmutableHashSet<Channel<ResourceSnapshotChange>> channels; 100IAsyncEnumerable<IReadOnlyList<ResourceSnapshotChange>> Subscription);