Andrei Barbolin
Andrei Barbolin

Reputation: 435

Issue with reference .net core class library to project

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.

enter image description here

Any idea?

Upvotes: 3

Views: 712

Answers (1)

David Pine
David Pine

Reputation: 24545

Any idea?

Yes, this can sometimes be related to ReSharper's cache.

Follow these steps:

  1. Build > Clean Solution
  2. Resharper > Options> General > "Clear Cache"
  3. Restart Visual Studio
  4. Build > Rebuild Solution

Upvotes: 4

Related Questions