Closed udlose closed 1 week ago
Tagging subscribers to this area: @dotnet/area-system-collections
FYI @gewarren @BillWagner. We seen to be getting multiple customer reports about this being an issue.
@eiriktsarpalis This is definitely a problem and confusing for customers (I see lots of feedback about this through the "black box" UUF feedback channel as well). We previously had completely separate ".NET platform extensions" monikers that we removed in favor of showing the .NET versions that the down-level packages are compatible with. We did that in part because that's how apisof.net shows the applicable versions:
The problem for the API reference docs on learn.microsoft.com is that the Applies to table doesn't differentiate between package-provided and in-box versions. If we were to split out the Applies to table like this mock-up from an internal work item, would that help? Or do you have any other ideas on how to resolve this?
cc @nickwalkmsft
I'm going to close this as a duplicate of https://github.com/dotnet/dotnet-api-docs/issues/10012. Please leave any further feedback or ideas there.
Describe the issue or suggestion
Per FrozenDictionary<TKey,TValue> Class - Applies To section, the versions listed that have FrozenDictionary are listed as .NET 6, 7, 8, 9.
FrozenDictionary does not exist in .NET 6 or .NET 7. Please update the docs.