Skip to content

F1 Help in VS taking to old version of F# library documentation #12253

@dsyme

Description

@dsyme

We need to do an end-to-end sweep over what F1 Help is doing.

The fix appears to be to adjust the query service so that we do this:

 Microsoft.FSharp.Control.FSharpAsync`1   --> https://fsharp.github.io/fsharp-core-docs/reference/fsharp-control-fsharpasync.html

and in general like this (putting aside some issues with the `1 and so on)

 Microsoft.AAA.BBB.CCC   --> https://fsharp.github.io/fsharp-core-docs/reference/aaa-bbb-ccc.html

If necesary fsdocs/FSharp.Formatting can be modified to generate additional redirecting target pages

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-LangService-Navigationgo to definition, F1 help + the FCS APIs related to itArea-VSVS support for F# not covered elsewhereBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.Theme-Simple-F#A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language.

    Type

    Projects

    Status

    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions