Today I installed visual studio 15.3 and .net core 2.0 sdk. I created a console application (netcoreapp2.0) with a link to a project for the library (netstandard2.0). With ReSharper enabled, I am not getting intellisense for types in the library. Many bugs in VS, but the project builds / starts if executed from the command line (dotnet build). If I paused ReSharper, intellisense will start working. If the ReSharper function is enabled, if I installed the library for working with netstandard1.x intellisense.
Is there a workaround for this?
source share