-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信登录在.NET CORE3.1下id4启动就报错。 #14
Comments
同问,也是升级的时候遇到了这个问题,明明存在,却提示这个,感觉莫名其妙,求大神解答 |
https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers
nuget上提供的哪些都有问题,上面的地址里面提供的都可以用。
[email protected]
发件人: lonewolf
发送时间: 2020-04-18 14:51
收件人: china-live/QQConnect
抄送: codeman-git; Author
主题: Re: [china-live/QQConnect] 微信登录在.NET CORE3.1下id4启动就报错。 (#14)
同问,也是升级的时候遇到了这个问题,明明存在,却提示这个,感觉莫名其妙,求大神解答
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
这是因为.net core 3.1的asp.net core做了一些修改 另外 wechat的库在options里还用了一个MapCustomJson 所以可以简单的fork一下然后在Options和Handler里面做一下条件编译 |
很棒的项目,期待能在 .net core 3 里面使用 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
按照demo一猫一样写的,id4一起动就报错,把addwechat段删掉就没事了。
An unhandled exception occurred while processing the request.
MissingMethodException: Method not found: 'Void Microsoft.AspNetCore.Authentication.ClaimActionCollectionMapExtensions.MapCustomJson(Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection, System.String, System.Func`2<Newtonsoft.Json.Linq.JObject,System.String>)'.
Microsoft.AspNetCore.Authentication.WeChat.WeChatOptions..ctor()
The text was updated successfully, but these errors were encountered: