fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.47k stars 464 forks source link

Visual Studio cannot restore any of OpenIddict packages #99

Closed wendellmva closed 7 years ago

wendellmva commented 7 years ago

Error CS0234 The type or namespace name 'OpenIdConnect' does not exist in the namespace 'AspNet.Security' (are you missing an assembly reference?)

m2017atTR commented 7 years ago

I think some nuget source definition needed.. in visual studio menu Tools -> options -> nuget ... -> package source

https://github.com/asadsahi/AspNetCoreSpa/blob/master/NuGet.config

also if you are at that situation options -> ... -> external web tools

location must be ordered for node to use local one (.\node_moules\.bin must be at top) for primer if exist

fyi.

asadsahi commented 7 years ago

@wendellm unable to reproduce it, try against latest codebase, if problem still persist, please share code with reproduction.