VS 2019: Intellisense not updated when referenced assembly is changed

  • Thread starter Thread starter magnusb999
  • Start date Start date
M

magnusb999

Guest
We recently updated out environment from VS 2015 to 2019. One problem we have is if we change a method (add/delete or change parameters etc) in referenced assemblies it will build ok but intellisense/error list indicate an error. If I close the solution and reopen the error will go away. So to me it looks like intellisense cache (or something) is not getting updated.

This did not happen in VS 2015.

Our solution(s) include referenced assemblies from a shared dll directory even if the solution open the actual project. As part of the build process of each project the created dll is copied from project directory to the shared directory. The reason we do this is of legacy reasons and not sure why (but think it has to do with multiple solutions sharing dlls).

Is there some way to avoid this problem ?

Continue reading...
 
Back
Top