0
mariovh created
- ABP Framework version: v9.0.4
- UI Type: Blazor WASM
- Database System: EF Core (SQL Server)
Hi,
I'm having issues generating the static clients using the ABP CLI command.
I have the following AppService interface with its implementation, as well as a base AppService.

Base appservice and methods:
Here is the structure of the DTOs, filters:
This is what the CLI generates with the following command: abp generate-proxy -t csharp -u https://localhost:44393/ --without-contracts
Finally, I'm adding the app-generate-proxy.json file:
And HttpApi.Client references:

Thank you.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
Hi,
Client proxy does not support the synchronization method, you should always use asynchronous methods as a best practice
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)













