问题
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:
Build > Clean Solution
Resharper > Options> General > "Clear Cache"
Restart Visual Studio
Build > Rebuild Solution
来源:https://stackoverflow.com/questions/37419018/issue-with-reference-net-core-class-library-to-project