I have yellow dependency warnings and when I try to do a Nuget Restore, I get the following error: "Error occurred while restoring NuGet packages: The given key was not present in the dictionary. "
Perhaps as a result of this, when I launch the app and login (successfully) I get a strange page result and can't proceed any farther. Screenshots attached. Am using .NET Core MVC + JQuery.
Hi, I just downloaded my Core MVC + JQuery project and am following the instructions here: <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Core">https://aspnetzero.com/Documents/Getting-Started-Core</a> When I do my first build I have the same issue as this thread: #4093 It starts by saying failing to restore Nuget packages due to missing keys. Then the build fails with missing asset files. I have done a Nuget package rebuild and also tried updating the packages, but I can't get the build to complete. Finally, when I run Update-Database I get "Build Failed" error, so can't launch the website. Screenshots attached. I'm using the Community version of VS2017. Thanks!