Closed Challagolla closed 8 years ago
You need to use the latest DNX runtime (v1.0.0-rc2-16566 when writing this message)
See http://stackoverflow.com/a/35519150/542757 for more information about how you can override the default feed used by DNVM.
Hi PinpointTownes,
Thanks for the response. I have installed the dotnet CLI and updated the dnx version. The current default dnx on my machine is * \ 1.0.0-rc2-16591 clr x86 win default**
With this DNX also, i am getting huge number of errors. I am using the latest sources from this repository. I am using the same Nuget feeds that were mentioned in the repo. I am not sure what is causing the errors. If you could tell me what other things i might be missing in building this repo, it is a great help. For your quick reference, I pasted the list of errors below.
Severity Code Description Project File Line Suppression State
Error CS0234 The type or namespace name 'Extensions' does not exist in the namespace 'AspNet.Security.OpenIdConnect' (are you missing an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 7 Active
Error CS0234 The type or namespace name 'IdentityModel' does not exist in the namespace 'System' (are you missing an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 9 Active
Error CS0234 The type or namespace name 'Extensions' does not exist in the namespace 'AspNet.Security.OpenIdConnect' (are you missing an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 13 Active
Error CS0234 The type or namespace name 'Extensions' does not exist in the namespace 'AspNet.Security.OpenIdConnect' (are you missing an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 10 Active
Error CS0234 The type or namespace name 'Extensions' does not exist in the namespace 'AspNet.Security.OpenIdConnect' (are you missing an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 10 Active
Error CS0246 The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 15 Active
Error CS0246 The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 15 Active
Error CS0234 The type or namespace name 'Extensions' does not exist in the namespace 'AspNet.Security.OpenIdConnect' (are you missing an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 11 Active
Error CS0234 The type or namespace name 'Extensions' does not exist in the namespace 'AspNet.Security.OpenIdConnect' (are you missing an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Introspection.cs 10 Active
Error CS0234 The type or namespace name 'Extensions' does not exist in the namespace 'AspNet.Security.OpenIdConnect' (are you missing an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Session.cs 8 Active
Error CS0234 The type or namespace name 'Extensions' does not exist in the namespace 'AspNet.Security.OpenIdConnect' (are you missing an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 13 Active
Error CS0234 The type or namespace name 'IdentityModel' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 20 Active
Error CS1501 No overload for method 'AddClaim' takes 2 arguments OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 75 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 82 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 85 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 91 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 92 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 96 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 98 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 99 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 105 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 106 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 115 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictManager.cs 116 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 31 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 41 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 49 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 59 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 61 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 74 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 82 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 82 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 83 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 83 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 88 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 96 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 101 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 112 Active
Error CS0103 The name 'JwtRegisteredClaimNames' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 120 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 120 Active
Error CS1061 'ClaimsPrincipal' does not contain a definition for 'GetClaim' and no extension method 'GetClaim' accepting a first argument of type 'ClaimsPrincipal' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 121 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 123 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 135 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 158 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'SetResources' and no extension method 'SetResources' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 167 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 167 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'SetScopes' and no extension method 'SetScopes' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 168 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Authentication.cs 168 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'HasScope' and no extension method 'HasScope' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 55 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 55 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'HasScope' and no extension method 'HasScope' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 66 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 66 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'HasScope' and no extension method 'HasScope' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 77 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 77 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'HasScope' and no extension method 'HasScope' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 88 Active
Error CS0012 The type 'JToken' is defined in an assembly that is not referenced. You must add a reference to assembly 'Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 91 Active
Error CS0103 The name 'JArray' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.cs 91 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 28 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 28 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 29 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 29 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 31 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 59 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 68 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 79 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 87 Active
Error CS1501 No overload for method 'AddClaim' takes 2 arguments OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 108 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 111 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 112 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'SetResources' and no extension method 'SetResources' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 121 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 121 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'SetScopes' and no extension method 'SetScopes' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 122 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 122 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 137 Active
Error CS1061 'ClaimsPrincipal' does not contain a definition for 'GetClaim' and no extension method 'GetClaim' accepting a first argument of type 'ClaimsPrincipal' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 146 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 150 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'GetScopes' and no extension method 'GetScopes' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 159 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 178 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 187 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 196 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 205 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 219 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 219 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 220 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 220 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 225 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 231 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'SetResources' and no extension method 'SetResources' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 240 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 240 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'SetScopes' and no extension method 'SetScopes' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 241 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Exchange.cs 241 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Introspection.cs 25 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Introspection.cs 37 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Introspection.cs 47 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Introspection.cs 56 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Introspection.cs 65 Active
Error CS1061 'ClaimsPrincipal' does not contain a definition for 'GetClaim' and no extension method 'GetClaim' accepting a first argument of type 'ClaimsPrincipal' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Introspection.cs 94 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Core..NETStandard,Version=v1.3 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\OpenIddictProvider.Session.cs 29 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 46 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 52 Active
Error CS0246 The type or namespace name 'OpenIdConnectMessage' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 54 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 55 Active
Error CS0246 The type or namespace name 'OpenIdConnectMessage' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 79 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 80 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 90 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 95 Active
Error CS0246 The type or namespace name 'OpenIdConnectMessage' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 97 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 98 Active
Error CS0246 The type or namespace name 'OpenIdConnectMessage' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 106 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 107 Active
Error CS0246 The type or namespace name 'OpenIdConnectMessage' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 126 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 127 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 139 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 140 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'SetResources' and no extension method 'SetResources' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 144 Active
Error CS1061 'AuthenticationTicket' does not contain a definition for 'SetScopes' and no extension method 'SetScopes' accepting a first argument of type 'AuthenticationTicket' could be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 145 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 157 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 162 Active
Error CS0246 The type or namespace name 'OpenIdConnectMessage' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 164 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 165 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 180 Active
Error CS0012 The type 'OpenIdConnectMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=2.0.0.544, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 190 Active
Error CS0246 The type or namespace name 'OpenIdConnectMessage' could not be found (are you missing a using directive or an assembly reference?) OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 192 Active
Error CS0103 The name 'OpenIdConnectConstants' does not exist in the current context OpenIddict.Mvc..NETStandard,Version=v1.5 E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\OpenIddictController.cs 193 Active
Weird. Can you try running dnu restore
manually and copy the output here?
Hi PinpointTowens, Here is the output when i try running dnu restore manually.
E:\Learning\Learning-Security\core\openiddict-core>dnu restore
Microsoft .NET Development Utility Clr-x86-1.0.0-rc2-16591
CACHE https://www.myget.org/F/aspnetvnext/api/v2/
CACHE http://www.myget.org/F/azureadwebstacknightly/
CACHE https://www.myget.org/F/xunit/api/v3/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/index.json
CACHE https://api.nuget.org/v3/index.json
CACHE https://www.myget.org/F/aspnet-contrib/api/v3/index.json
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\external\NWebsec\project.j
son
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Http.
Abstractions'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Ht
tp.Abstractions'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.http.abstractions/inde
x.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.http.abstracti
ons/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.http.abstract
ions/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.CSharp'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.CSharp'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.csharp/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.csharp/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.csharp/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.csharp/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='System.Runtime'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='System.Runtime'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/system.runtime/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/system.runtime/index.json
CACHE https://api.nuget.org/v3-flatcontainer/system.runtime/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.runtime/index.json
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.runtime/index.json 159
0ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.http.abs
tractions/index.json 1641ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.csharp/index.json 1
737ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.http.abstractions
/index.json 1787ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.csharp/index.json 1755ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/system.runtime/index.json 1753ms
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\external\NWebsec\project.lock.j
son
Restore complete, 2240ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\samples\Mvc.Client\project
.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Authe
ntication.Cookies'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Au
thentication.Cookies'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.authentication.cookies
/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.authentication
.cookies/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.cookies/index.jso
n
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.authenticatio
n.cookies/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Authe
ntication.OpenIdConnect'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Au
thentication.OpenIdConnect'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.authentication.openidc
onnect/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.authentication
.openidconnect/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.openidconnect/ind
ex.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.authenticatio
n.openidconnect/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Diagn
ostics'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Di
agnostics'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.diagnostics/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.diagnostics/in
dex.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.diagnostics/i
ndex.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.IISPl
atformHandler'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.II
SPlatformHandler'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.iisplatformhandler/ind
ex.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.iisplatformhan
dler/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.iisplatformhandler/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.iisplatformha
ndler/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.HttpO
verrides'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Ht
tpOverrides'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.httpoverrides/index.js
on
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.httpoverrides/
index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.httpoverrides/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.httpoverrides
/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Hosti
ng'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Ho
sting'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.hosting/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.hosting/index.
json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.hosting/index
.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Mvc'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Mv
c'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.mvc/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.mvc/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.mvc/index.jso
n
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Mvc.D
nx'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Mv
c.Dnx'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.mvc.dnx/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.mvc.dnx/index.
json
GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.dnx/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.mvc.dnx/index
.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Serve
r.Kestrel'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Se
rver.Kestrel'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.server.kestrel/index.j
son
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.server.kestrel
/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.server.kestre
l/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Stati
cFiles'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.St
aticFiles'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.staticfiles/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.staticfiles/in
dex.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.staticfiles/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.staticfiles/i
ndex.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Extensions.Loggi
ng.Console'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.Extensions.Lo
gging.Console'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.logging.console/index.
json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.extensions.logging.consol
e/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.console/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.logging.conso
le/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Extensions.Loggi
ng.Debug'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.Extensions.Lo
gging.Debug'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.logging.debug/index.js
on
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.extensions.logging.debug/
index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.debug/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.logging.debug
/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platform
s'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.NETCore.Platf
orms'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.netcore.platforms/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.netcore.platforms/index.j
son
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.netcore.platforms/index.
json
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.authentication.co
okies/index.json 382ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.authenti
cation.cookies/index.json 391ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.authentication.op
enidconnect/index.json 389ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.diagnost
ics/index.json 366ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.authenti
cation.openidconnect/index.json 404ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.diagnostics/index
.json 402ms
NotFound https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.dnx/index.json 1015ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.mvc.dnx/
index.json 1070ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.hosting/
index.json 1429ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.iisplatf
ormhandler/index.json 1477ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.httpoverrides/ind
ex.json 1470ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.mvc/index.json 14
59ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.mvc/inde
x.json 1451ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.hosting/index.jso
n 1522ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.iisplatformhandle
r/index.json 1568ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.server.kestrel/in
dex.json 1466ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.httpover
rides/index.json 1562ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.server.k
estrel/index.json 1476ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.logging.
console/index.json 1437ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.netcore.platforms/i
ndex.json 1465ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.staticfi
les/index.json 1544ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.staticfiles/index
.json 1572ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.netcore.platforms/index.json
1511ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.logging.debug/ind
ex.json 1553ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.logging.
debug/index.json 1596ms
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='System.IO.FileSystem'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='System.IO.FileSystem'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/system.io.filesystem/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/system.io.filesystem/index.json
CACHE https://api.nuget.org/v3-flatcontainer/system.io.filesystem/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.io.filesystem/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='System.Linq'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='System.Linq'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/system.linq/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/system.linq/index.json
CACHE https://api.nuget.org/v3-flatcontainer/system.linq/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.linq/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='System.Reflection'
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.logging.console/i
ndex.json 1759ms
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='System.Reflection'
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.mvc.dnx/index.jso
n 1830ms
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/system.reflection/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/system.reflection/index.json
CACHE https://api.nuget.org/v3-flatcontainer/system.reflection/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.reflection/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='System.Dynamic.Runtime'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='System.Dynamic.Runtime'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/system.dynamic.runtime/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/system.dynamic.runtime/index.json
CACHE https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.dynamic.runtime/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Extensions.Platf
ormAbstractions'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.Extensions.Pl
atformAbstractions'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.platformabstractions/i
ndex.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.extensions.platformabstra
ctions/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.platformabstractions/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.platformabstr
actions/index.json
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/system.io.filesystem/index.json 362ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.io.filesystem/index.js
on 366ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/system.linq/index.json 380ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.reflection/index.json
356ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.linq/index.json 385ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/system.dynamic.runtime/index.
json 368ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/system.reflection/index.json 407ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/system.dynamic.runtime/index.json 388m
s
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.platformabstracti
ons/index.json 369ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.platform
abstractions/index.json 390ms
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\samples\Mvc.Client\project.lock
.json
Restore complete, 12245ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\samples\Mvc.Server\project
.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='AspNet.Security.OAuth.Intr
ospection'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='AspNet.Security.OAuth.I
ntrospection'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/aspnet.security.oauth.introspection/index.j
son
GET https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/aspnet.security.oauth.introspection/i
ndex.json
GET https://api.nuget.org/v3-flatcontainer/aspnet.security.oauth.introspection/index.json
CACHE https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/aspnet.security.oauth.introspect
ion/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='AspNet.Security.OAuth.Vali
dation'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='AspNet.Security.OAuth.V
alidation'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/aspnet.security.oauth.validation/index.json
GET https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/aspnet.security.oauth.validation/inde
x.json
GET https://api.nuget.org/v3-flatcontainer/aspnet.security.oauth.validation/index.json
CACHE https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/aspnet.security.oauth.validation
/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Authe
ntication.Google'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Au
thentication.Google'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.authentication.google/
index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.authentication
.google/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.google/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.authenticatio
n.google/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Authe
ntication.Twitter'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Au
thentication.Twitter'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.authentication.twitter
/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.authentication
.twitter/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.twitter/index.jso
n
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.authenticatio
n.twitter/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Mvc.T
agHelpers'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Mv
c.TagHelpers'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.mvc.taghelpers/index.j
son
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.mvc.taghelpers
/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.taghelpers/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.mvc.taghelper
s/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.EntityFrameworkC
ore.SqlServer'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.EntityFramewo
rkCore.SqlServer'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.entityframeworkcore.sqlserver/ind
ex.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.entityframeworkcore.sqlse
rver/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.sqlserver/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.entityframeworkcore.sqls
erver/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Extensions.FileP
roviders.Embedded'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.Extensions.Fi
leProviders.Embedded'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.fileproviders.embedded
/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.extensions.fileproviders.
embedded/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.embedded/index.jso
n
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.fileproviders
.embedded/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='AspNet.Security.OpenIdConn
ect.Server'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='AspNet.Security.OpenIdC
onnect.Server'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/aspnet.security.openidconnect.server/index.
json
GET https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/aspnet.security.openidconnect.server/
index.json
CACHE https://api.nuget.org/v3-flatcontainer/aspnet.security.openidconnect.server/index.json
CACHE https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/aspnet.security.openidconnect.se
rver/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Cors'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Co
rs'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.cors/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.cors/index.jso
n
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.cors/index.js
on
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Ident
ity'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Id
entity'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.identity/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.identity/index
.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.identity/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.identity/inde
x.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Extensions.Confi
guration'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.Extensions.Co
nfiguration'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.configuration/index.js
on
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.extensions.configuration/
index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.configuration
/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Extensions.Cachi
ng.Memory'
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/aspnet.security.oauth.introspection/in
dex.json 372ms
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.Extensions.Ca
ching.Memory'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.caching.memory/index.j
son
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.extensions.caching.memory
/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/index.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.caching.memor
y/index.json
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/aspnet.security.oauth.validation/index
.json 379ms
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.AspNetCore.Ident
ity.EntityFrameworkCore'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.AspNetCore.Id
entity.EntityFrameworkCore'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.identity.entityframewo
rkcore/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.aspnetcore.identity.entit
yframeworkcore/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.identity.entityframeworkcore/ind
ex.json
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.identity.enti
tyframeworkcore/index.json
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='AspNet.Hosting.Extensions'
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.authenti
cation.google/index.json 377ms
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='AspNet.Hosting.Extensio
ns'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/aspnet.hosting.extensions/index.json
GET https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/aspnet.hosting.extensions/index.json
CACHE https://api.nuget.org/v3-flatcontainer/aspnet.hosting.extensions/index.json
CACHE https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/aspnet.hosting.extensions/index.
json
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.authentication.go
ogle/index.json 423ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.authentication.tw
itter/index.json 408ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.authenti
cation.twitter/index.json 404ms
CACHE https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Extensions.FileP
roviders.Composite'
CACHE http://www.myget.org/F/azureadwebstacknightly/FindPackagesById()?id='Microsoft.Extensions.Fi
leProviders.Composite'
GET https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.fileproviders.composit
e/index.json
CACHE https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/microsoft.extensions.fileproviders.
composite/index.json
CACHE https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.composite/index.js
on
GET https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.fileproviders
.composite/index.json
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.mvc.taghelpers/in
dex.json 375ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.mvc.tagh
elpers/index.json 369ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.entityframeworkcore.sqlserve
r/index.json 383ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.fileproviders.emb
edded/index.json 376ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.entityframeworkcore
.sqlserver/index.json 394ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.cors/index.json 3
68ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.cors/ind
ex.json 363ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/aspnet.security.openidconnect.server/i
ndex.json 432ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.identity
/index.json 380ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.configuration/ind
ex.json 376ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.configur
ation/index.json 369ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.identity/index.js
on 421ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.caching.memory/in
dex.json 375ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.caching.
memory/index.json 379ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.aspnetcore.identity.entityfr
ameworkcore/index.json 382ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.aspnetcore.identity
.entityframeworkcore/index.json 391ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/aspnet.hosting.extensions/index.json 4
30ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.fileprov
iders.embedded/index.json 595ms
NotFound https://api.nuget.org/v3-flatcontainer/aspnet.security.oauth.introspection/index.json 893
ms
NotFound https://www.myget.org/F/xunit/api/v3/flatcontainer/microsoft.extensions.fileproviders.com
posite/index.json 407ms
NotFound https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/microsoft.extensions.fileprov
iders.composite/index.json 429ms
NotFound https://api.nuget.org/v3-flatcontainer/aspnet.security.oauth.validation/index.json 982ms
NotFound https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/aspnet.security.oauth.validation
/index.json 1435ms
NotFound https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/aspnet.security.oauth.introspect
ion/index.json 1467ms
NotFound https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/aspnet.security.openidconnect.se
rver/index.json 1534ms
NotFound https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/aspnet.hosting.extensions/index.
json 1425ms
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\samples\Mvc.Server\project.lock
.json
Restore complete, 18497ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict\project.jso
n
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict\project.lock.jso
n
Restore complete, 7915ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Assets\proj
ect.json
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Assets\project.l
ock.json
Restore complete, 1424ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\projec
t.json
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Core\project.loc
k.json
Restore complete, 1098ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.EF\project.
json
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.EF\project.lock.
json
Restore complete, 1908ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Models\proj
ect.json
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Models\project.l
ock.json
Restore complete, 20ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\project
.json
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Mvc\project.lock
.json
Restore complete, 5509ms elapsed
Restoring packages for E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Security\pr
oject.json
Writing lock file E:\Learning\Learning-Security\core\openiddict-core\src\OpenIddict.Security\project
.lock.json
Restore complete, 1106ms elapsed
Total time 52121ms
NuGet Config files used:
C:\Users\Suneel\AppData\Roaming\NuGet\nuget.config
E:\Learning\Learning-Security\core\openiddict-core\nuget.config
Feeds used:
https://www.myget.org/F/aspnetvnext/api/v2/
http://www.myget.org/F/azureadwebstacknightly/
https://www.myget.org/F/xunit/api/v3/flatcontainer/
https://www.myget.org/F/aspnetcidev/api/v3/flatcontainer/
https://api.nuget.org/v3-flatcontainer/
https://www.myget.org/F/aspnet-contrib/api/v3/flatcontainer/
Looks fine. TBH, I don't think it's an OpenIddict bug so I'll ping the ASP.NET team and ask them to take a look :smile:
Have you tried clearing your .nuget\packages folder? (C:\Users\[profile name]\.nuget\packages
)
Hi PinpointTownes,
I cleared the .nuget\packages folder and ran the dnu restore. It builds without errors.Thanks for the help.
i have a trouble: netframework can't add wcf service
Scaffolding Code ... Error:The project does not target a supported .Net Core framework, the minimum supported framework version is 'netstandard1.3'.
@173950751 not sure to understand how your question is related to this library as it doesn't even use WCF :smile:
I fetched the latest Openiddict-core repository sources and built the openiddict solution. I am getting the below error in each project.
Error NU1008 "netstandard1.3" is an unsupported framework.
I ran the dnvm upgrade and also I have the dnx 1.0.0-rc2-16551 clr x86 win set as default on my machine. Still the same error.
I am i missing some settings to successfully build this solution?
Please suggest if there are any environmental settings or guidelines that I need to follow to build the repository successfully on my machine ? This will make us save lot of time.