dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

ImmutableDictionary.WithComparers does not document its ArgumentException

Open MaxMahem opened this issue 1 year ago • 1 comments

Type of issue

Missing information

Description

Calling either overload of ImmutableDictionary.WithComparers can cause an ArgumentException if the new old key values collide when using the new key comparer. This should probably be documented.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutabledictionary-2.withcomparers?view=net-8.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Collections.Immutable/ImmutableDictionary`2.xml

Document Version Independent Id

af3db283-6b11-5dca-a3e9-0d4e06ac661b

Article author

@dotnet-bot

MaxMahem avatar Sep 18 '24 13:09 MaxMahem

Tagging subscribers to this area: @dotnet/area-system-collections