2 references to SupportsJsonResourceProperties
Aspire.Hosting (2)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
127
var snapshots = await GetResourceSnapshotsAsync(
SupportsJsonResourceProperties
(request?.ClientCapabilities), cancellationToken).ConfigureAwait(false);
156
await foreach (var snapshot in WatchResourceSnapshotsAsync(
SupportsJsonResourceProperties
(request?.ClientCapabilities), cancellationToken).ConfigureAwait(false))