Hi @ismcagdas - I tried that thanks but it didn't work. Still get the same issue about key not being present. It may well be a .NET core / VS issue so I'm just going to park it for now.
Thanks @jdavis01 - I tried that but it didn't work for me (even when doing the restore on each project). However since everything else seems to work well and I think this may be a VS issue as well, I'm going to park it for now.
As a side note, I just wanted to say that in general I really like what I see here, and I've already been able to convert my test project to use AWS Aurora db, so this is a pretty awesome framework.
No problem at all. Here's the only output I see: Restoring NuGet packages... Time Elapsed: 00:00:23.0552358 ========== Finished ==========
Error occurred while restoring NuGet packages: The given key was not present in the dictionary.
Not much to go on :)
Ok, thanks about the warning information, but what about the package restore error?
I fixed my js error on the front-end - it was because I hadn't run bower. I think that should be added to the instructions here: <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Core">https://aspnetzero.com/Documents/Getting-Started-Core</a> However I'm still wondering about the NuGet package restore error, and the yellow warnings in the dependencies. So I would say this issue is still open :)
Hi, I'm using VS 2017 community edition 15.4.1. I do get a JS error: TypeError: abp.localization is undefined.
Thanks @godrunner, that was the fix!