I created new asp.net core WebApplication and .net core class library. Then I tried to add a reference to .net core class library from asp.net core. It built ok, but it is not visible.
Any idea?
Any idea?
Yes, this can sometimes be related to ReSharper's cache.
Follow these steps:
Build > Clean SolutionResharper > Options> General > "Clear Cache"Restart Visual StudioBuild > Rebuild Solution
VS 2015 Update 1, but you will needUpdate 2.