3 references to ResourceName
aspire (3)
Commands\DescribeCommand.cs (2)
199
var allResources = new Dictionary<string, ResourceSnapshot>(StringComparers.
ResourceName
);
207
var lastDisplayedContent = new Dictionary<string, object>(StringComparers.
ResourceName
);
Commands\ExportCommand.cs (1)
209
? new HashSet<string>(ResourceSnapshotMapper.WhereMatchesResourceName(snapshots, resourceName).Select(s => s.Name), StringComparers.
ResourceName
)