This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
IntelliSense marks all callables in VS 2019 as "already exists" #1256
Open
Description
Describe the bug
When I open a project in VS 2019, IntelliSense often errorneously underlines all callables with red squiggles, claiming "QS6001 A function or operation already exists". The build passes (correctly), since these callables are defined only once.
To Reproduce
I cannot pinpoint what exactly causes this; it often happens if I've worked with this project before, and deleting bin and obj folders before restarting VS sometimes helps, but right now I'm looking at a restarted VS for which it didn't. QDK version in the project not matching extension version might factor in
Expected behavior
IntelliSense only reporting callables that are indeed duplicates.
System information
- Extension 0.20.2110.171573
- .NET Core 3.1.415
- VS 16.11.5