简体   繁体   中英

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.

在此处输入图片说明

Any idea?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM