Open Closed

I am using version 6.0.0. When I rewrite the service ClientProxyBase<TService>, I cannot hit the rewritten service method. #8054


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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

Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11