Dotnet core2 Intellisense在web项目中引用类库.Net Standard 2.0时被破坏

R4n*_*c1d 2 visual-studio-2017 asp.net-core-2.0 .net-core-2.0

.netcore1.1昨天将我的项目升级到了2,迁移工作进展顺利,但意识到Intellisense我的控制器已经破坏,引用了其他类库,如ServicesModels.引用其他类库的类库工作正常,似乎只有在您引用Web项目时才会这样.

然后我创建了一个新的dotnetcore 2应用程序,添加了2个类库,并在web项目中引用它,它做了同样的事情.

这是我的Visual Studio的错误还是错误的?我正在运行VS 2017版本15.3.2(最新)

更新 我将我的类库从.Net Standard 2.0更改为.Net Standard 1.6然后它再次开始工作但我不能使用它,因为我需要2.0

情节变厚了 https://developercommunity.visualstudio.com/content/problem/67061/intellisense-errors-in-net-standard-20.html

R4n*_*c1d 5

事实证明Resharper是问题,将我的Resharper更新为 https://blog.jetbrains.com/dotnet/2017/08/24/resharper-ultimate-2017-2-released/ 并修复了它.