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