I know the question has been asked before but none of the suggested resolutions are working for me so I\'m going to ask it again and hopefully get new suggestions. Some of t
I had a same issue when I cloned a project to my laptop from GitHub. There are yellow triangles displaying on my EntityFramework and AspNet.Identity as well. What I did to solve the issue in my case was to remove the packages folder (which contains Nuget packages) and restore packages once I opened the project. As a result, those warnings were switched off after I restarted VS2017.