0
1143381890@qq.com created
- ABP Framework version: v6.0.0
- UI Type: MVC
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
- Exception message and full stack trace:
- Steps to reproduce the issue:
This is the generic ClientProxyBase class I need to rewrite
When I debug the following code, I cannot enter the rewriting function. Is it because generic classes cannot be rewritten?
1 Answer(s)
-
0
hi
Are you using static or dynamic client proxy?
https://abp.io/docs/latest/framework/api-development/static-csharp-clients https://abp.io/docs/latest/framework/api-development/dynamic-csharp-clients