0
kalidarscope created
Currently, we are using a single application project to build services for all modules, such as Users, Apps, and Menus, based on our requirements. However, this approach leads to longer load times, and the Service-proxies.ts file has grown to over 500,000 lines. Additionally, any small change requires redeploying all the projects. We are exploring ways to optimize deployment on Azure by separating the application project and creating the Service-proxies.ts file module-wise.
1 Answer(s)
-
0
Hi,
We have this issue https://github.com/aspnetzero/aspnet-zero-core/issues/4955. We are using NSWAG and they didn't provide a solution to this yet. However, I'm adding #4955 to the next milestone to see if we can do anything about it.