0
arctechnicalteamaus created
This is just a suggestion / feedback.
PagedAndSortedResultRequestDto is the DTO used Power Tool generated code. PagedAndSortedInputDto is the code used in other places by Zero.
They are really the same thing at the server side. However, nswag generated Angular code has different sequence on sorting/paging fields. It causes confusion, and causes strange error if not following the field sequence exactly.
It is better to just use one of them.
2 Answer(s)
-
0
Thanks @arctechnicalteamaus We will consider it.
-
0
Created an issue about it https://github.com/aspnetzero/aspnet-zero-core/issues/3355