-
Notifications
You must be signed in to change notification settings - Fork 151
不支持.NET Core 3.0 #9
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
Comments
等core3正式发布了做支持 |
找到解决方法了,.NET Core 3.0 |
能提个Pr吗 |
搞了半天,类库项目当前不具备迁移条件,Microsoft.AspNetCore.Mvc.Core 这个包现在连3.0的版本你都没有,Core3的aspnetcore项目还好,隐式引用了,类库项目没法。 |
昨天我也发现了类库不支持,只能在WebAPI/Web项目下搞,我也问了作者,作者也回复了:dotnet/aspnetcore#13823 |
类库项目现在有解决办法吗 |
|
了解,我试一下 |
很赞,可以了。 |
.net core 3.0 之后,HttpMethodActionConstraint已经设置为私有方法,导致3.0程序集中无法找到该程序集出错。
官方Issue:dotnet/aspnetcore#8653
The text was updated successfully, but these errors were encountered: