Issue with reference .net core class library to project

99封情书 提交于 2019-12-10 23:33:55

问题


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?


回答1:


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


来源:https://stackoverflow.com/questions/37419018/issue-with-reference-net-core-class-library-to-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!