Any update on fixing the download? It is still occurring.
Is there a method for customizing proxy generation?
We have determined that the template to generate the proxies is hard coded in the code file Volo.Abp.Cli.ServiceProxying.CSharp.CSharpServiceProxyGenerator. This class is part of the Volo.Abp.Cli.Core library. Since this code is run by the CLI (at least for static client proxy generation) we do not see a way to swap in our own code unless we fork and maintain a custom version of the CLI. Our goal is to change the ClientProxyBase with a base class of our own.