visual studio 2017 - Dotnet core2 Intellisense broken when reference class libraries .Net Standard 2.0 in web project -




i upgraded project .netcore1.1 2 yesterday migration went realized intellisense broken in controllers references other class libraries services or models. class libraries reference other class libraries works fine, seems when reference web project.

i created new dotnetcore 2 application added 2 class libraries , referenced in web project , doing same thing.

is bug or wrong visual studio? running vs 2017 version 15.3.2(latest)

update changed class libraries .net standard 2.0 .net standard 1.6 started working again cant use because need 2.0

and plot thickens https://developercommunity.visualstudio.com/content/problem/67061/intellisense-errors-in-net-standard-20.html

so turn out resharper problem, updated resharper https://blog.jetbrains.com/dotnet/2017/08/24/resharper-ultimate-2017-2-released/ , fixed it.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -