Problem with .net core class library for project

I created a new core library of asp.net fixed assets and .net web applications. Then I tried to add a link to the .net core class library from the asp.net core. It is built normally, but it is not visible.

enter image description here

Any idea?

+2
source share
1 answer

Any idea?

Yes, this can sometimes be associated with the ReSharper cache .

Follow these steps:

  • Build > Clean Solution
  • Resharper > Options> General > "Clear Cache"
  • Restart Visual Studio
  • Build > Rebuild Solution
+3
source

Source: https://habr.com/ru/post/1649015/


All Articles