Reputation: 435
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?
Upvotes: 3
Views: 712
Reputation: 24545
Any idea?
Yes, this can sometimes be related to ReSharper's cache.
Follow these steps:
Build > Clean Solution
Resharper > Options> General > "Clear Cache"
Restart Visual Studio
Build > Rebuild Solution
Upvotes: 4