dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
727 stars 1.56k forks source link

ImmutableDictionary.WithComparers does not document its ArgumentException #10408

Open MaxMahem opened 1 month ago

MaxMahem commented 1 month ago

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

dotnet-policy-service[bot] commented 1 month ago

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