Navigating to an overload that only exists in .NET Core 2.1 is impossible from search result as the framework switches from "all" in search to .NET 4.7.2 in the API browser.
Scenario:
- Search for Path.GetFullPath
- Click on the (String, String) overload
- Be disappointed that you get to a page that doesn't contain the (String, String) overload
- Know that this is only available in .NET Core 2.1 -> Switch the framework
- Now the entry for that method.

PS: For some reason this gif doesn't play in Safari, but should play in Chrome..