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
This has been an annoying issue ever since I started using VS Code in March. I've been living with it and don't want to complain because I love VS Code, but perhaps it will help if I report it.
Steps to Reproduce:
Work normally and do a minor refactor, change the signature of a method, or modify a class structure
The compilation hints spontaneously get all scrambled and remain that way
Sometimes clicking on the error list and selecting an "error" from the list jumps me to the source location helps to snap VS Code out of it, but most often I need to save everything and restart VS Code to fix it. Then it "re-indexes" the code and the mistaken compilation error hints go away. Executing dotnet build doesn't do it.
Attached is a screenshot showing a very weird one that occurred spontaneously just now.
Type 'ServiceLogRepository' already defines a member called '.ctor' with the same parameter types [netcoreapp1.0]
I hope I'm getting the terminology decently OK here, there are probably better names for things.
The text was updated successfully, but these errors were encountered:
This has been an annoying issue ever since I started using VS Code in March. I've been living with it and don't want to complain because I love VS Code, but perhaps it will help if I report it.
Steps to Reproduce:
Sometimes clicking on the error list and selecting an "error" from the list jumps me to the source location helps to snap VS Code out of it, but most often I need to save everything and restart VS Code to fix it. Then it "re-indexes" the code and the mistaken compilation error hints go away. Executing
dotnet build
doesn't do it.Attached is a screenshot showing a very weird one that occurred spontaneously just now.
Type 'ServiceLogRepository' already defines a member called '.ctor' with the same parameter types [netcoreapp1.0]
I hope I'm getting the terminology decently OK here, there are probably better names for things.
The text was updated successfully, but these errors were encountered: