Issue moved from MicrosoftDocs/feedback#3205
_From @GGG-KILLER on Tuesday, October 20, 2020 7:48:54 PM_
Is your feature request related to a problem? Please describe.
I'm always frustrated when I try to see when a certain overload was added because there is no easy way to obtain that information.
Describe the solution you'd like
The "Applies To" information should be per overload instead of per method or type name.
Describe alternatives you've considered
Additional context
An example of this would be trying to find out when string.IndexOf(Char, StringComparison) became available, since the docs page say the entire page is applicable to:
However if you check that page for any .NET Framework versions or .NET Core versions lower than 2.1 or .NET Standard versions lower than 2.1, you'll see that overload doesn't exist because it was added on .NET Core 2.1 and .NET Standard 2.1.
Issue moved from MicrosoftDocs/feedback#3205
_From @welcome[bot] on Tuesday, October 20, 2020 7:48:55 PM_
Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).
@ggg-killer we have a design in the works to address this.
@mimisasouvanh FYI.
@gewarren Each overload should have their own Applies To section now.
Most helpful comment
@ggg-killer we have a design in the works to address this.
@mimisasouvanh FYI.