We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RT,
尝试:
services.AddControllers().AddControllersAsServices();
调试 发现controller已经加入了动态代理服务
public static IServiceCollection ToDynamicProxyService(this IServiceCollection services)
但是很遗憾,个人能力有限, 不知道什么原因,无法触发aop
The text was updated successfully, but these errors were encountered:
controller用filter到也能实现需求 就是体验不一样,filter性能也要好一些吧
Sorry, something went wrong.
建议研究其他主流动态代理
No branches or pull requests
RT,
尝试:
调试
发现controller已经加入了动态代理服务
但是很遗憾,个人能力有限, 不知道什么原因,无法触发aop
The text was updated successfully, but these errors were encountered: