FreeSql.DynamicProxy icon indicating copy to clipboard operation
FreeSql.DynamicProxy copied to clipboard

The dynamic proxy on The .NetCore or .NetFramework4.0+. Support asynchronous method interception, Method parameter interception, Property interception, multiple intercepts, dependency injection and i...

Results 2 FreeSql.DynamicProxy issues
Sort by recently updated
recently updated
newest added

RT, ![image](https://user-images.githubusercontent.com/5319255/161374418-98622812-4737-4caf-87a3-0e21f3d08a26.png) ![image](https://user-images.githubusercontent.com/5319255/161374431-3a16b276-95fb-48c4-adbb-5a95cfb160f9.png) 尝试: ``` services.AddControllers().AddControllersAsServices(); ``` 调试 发现controller已经加入了动态代理服务 ``` public static IServiceCollection ToDynamicProxyService(this IServiceCollection services) ``` ![image](https://user-images.githubusercontent.com/5319255/161374319-222edf09-e348-4f85-93b3-99cb4d331f99.png) 但是很遗憾,个人能力有限, 不知道什么原因,无法触发aop

Autofac和FreeSql.DynamicProxy 能够一起使用吗?