-
Notifications
You must be signed in to change notification settings - Fork 832
Open
Labels
Area-LangService-RenameSymbolFCS and VS support for renaming symbolsFCS and VS support for renaming symbolsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.Tracking-External
Milestone
Description
WTF:
bug1.mp4
WTF!!!!
bug2.mp4
Code:
type IFoo = abstract member Bar : unit -> unit
type Foo() = interface IFoo with member __.Bar () = ()
let foo = Foo() :> IFooOne of the weirdest things I have seen in VS. Reproduces only on the last case. VS crash is caused when I try to move the cursor in the renaming window using the mouse.
kerams
Metadata
Metadata
Assignees
Labels
Area-LangService-RenameSymbolFCS and VS support for renaming symbolsFCS and VS support for renaming symbolsBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.Tracking-External
Type
Projects
Status
New