You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short description: for a method with several overloads, GetToolTipText incorrectly gets the same XML signature for all overloads. As a result, I cannot query proper info from XML afterwards, it is the same for different overloads.
Repro steps, full description, and the minimal code are provided there. There is also some discussion and the approximate location of the problem:
As suggested by @baronfel I copy the issue from FSharp.Compiler.Service, see fsharp/fsharp-compiler-docs#800
Short description: for a method with several overloads,
GetToolTipText
incorrectly gets the same XML signature for all overloads. As a result, I cannot query proper info from XML afterwards, it is the same for different overloads.Repro steps, full description, and the minimal code are provided there. There is also some discussion and the approximate location of the problem:
@vasily-kirichenko
The text was updated successfully, but these errors were encountered: