0
nhontran created
- ABP Framework version: v5.2.2
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Exception message and full stack trace:
- Steps to reproduce the issue:
Hi, I'm trying to generate the C# API client proxy code with included DTOs. I've tried it both with and without the '--without-contracts' parameter, but the DTO classes are still not being generated
Could you please help us check?
6 Answer(s)
-
0
hi
Please upgrade your CLI to the latest.
-
0
-
0
hi
Can you share the json result of
https://your_api_website/api/abp/api-definition?includeTypes=true
?liming.ma@volosoft.com
Thanks.
-
0
Hi @maliming,
I have sent you the api-definition file via email as requested.
Thanks
-
0
hi
I see, you have to upgrade your abp package to >= 7.0.0
The
without-contracts
feature was introduced on 7.0.0https://github.com/abpframework/abp/issues/13613
-
0
Hi @maliming,
Noted. Thanks for the support.