4 references to StringComparers
aspire (4)
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)
src\Shared\Model\KnownProperties.cs (1)
11
/// Should be compared using <see cref="
StringComparers
.ResourcePropertyName"/>.