I was able to download after unchecked the public website
Thank you.
2.3 am also planning to upgrading to 4.3
The
JsonProperty
attribute namespace should belongNewtonsoft.Json
, Can you check? Yes this belongs to Newtonsoft.json but it doesn't work on abp, seems the abp api generator doesn't recognise property namesAny shortcut to change this without passing through the ABP source code ?
Default value of
MaxMaxResultCount
will be 1,000. SetLimitedResultRequestDto.MaxMaxResultCount
static property to increase it. Which specific file in my project can I set this?
What is your ABP Framework version?
2.3 am also planning to upgrading to 4.3
https://github.com/abpframework/abp/blob/3fcdeeeb05810b7a2e162f212ef435b81d412aa5/framework/src/Volo.Abp.Ddd.Application.Contracts/Volo/Abp/Application/Dtos/LimitedResultRequestDto.cs#L25
Any shortcut to change this without passing through the ABP source code ?
hi
use tenant resolvers
Thank you for the information @alper
It has worked. That was the issue.