Hello,
Those are steps to reproduce issue:
- Create new project - Class Library (.NET Core)
- edit csproj file by replacing TargetFramework with <TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
- reload project (as it won't let you compile)
- start typing for example new property with BindingList type, try to open Quick Actions menu (to add using statement) with right click or keyboard shortcut
- yellow error bar should appear
I've also included my settings if that helps.
What fixes it:
- It does not happen with CodeRush disabled.
- Also error won't occur after removing netcoreapp3.1 or net48 from TargetFrameworks in csproj file.
VS 2019 16.8.1
Hello,
Thank you for pointing out this issue and sharing additional information. It helped us reproduce this behavior.
It turns out that we already fixed this issue. The fix will be included in the upcoming v20.2.4. We are planning to release it in a few days.
P.S. Can I mark this thread public so that other customers can see it?
Hello,
Okay, I've done it for you.
Thank you for your cooperation.