Error after upgrade to Asp.net core 1.0.0.
See original GitHub issueHi there & thanks for your amazing work 😃
I ran into an issue after upgrading asp.net core rc2 -> 1.0.0. yesterday:
When loading my dev-app, the line
services.AddOpenIddict<Core.Entities.User, DataAccess.ApoNextDbContext>).DisableHttpsRequirement();
causes
An exception of type ‘System.TypeLoadException’ occurred in OpenIddict.dll but was not handled in user code
Additional information: Der Typ “Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionExtensions” in der Assembly “Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60” konnte nicht geladen werden.
(translates as ‘Type … in assebly … could not be loaded’)
I am using Openiddict 1.0.0-alpha2-0331 . Everything was running fine with asp.net core RC2 & OpenIddict alpha 302.
Let me know if you need additional information!
Mo
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:17 (6 by maintainers)
Top GitHub Comments
FYI, the “OpenIddict for RTM” packages are now on MyGet.org
@moraleslos change project.json to: