thanks, validation of Namespace will be fixed in 2.6.1 version
I'm creating bug&issues topic for each new version. You can write your bugs & issues there. https://support.abp.io/QA/Questions/113
new version update: v2.6.0. https://support.abp.io/QA/Questions/113/Bugs--Issues-v2.6.0
You can report the bugs & issues under this topic for v2.6.0
Update the ABP CLI:
dotnet tool update -g Volo.Abp.Cli
Update the ABP Suite:
abp suite update
hi Talha,
Suite generates only PagedResult action. So if you have a requirement to get all records, you can simply send a big maxResultCount
.
http://sample.com/api/identity/users?maxResultCount=99999
Or create a new action to retrieve all records without paging.
it doesn't support module templates. this feature will be added in the future.
this is the user interface for defining new client. you can use this
can you send your project to support@abp.io delete all bin and obj folders. and share it on google drive and send us link
can you send your project to support@abp.io delete all bin and obj folders. and share it on google drive and send us link
normally there should be an ID field in Book entity. What's the base class of your entity? Did you delete the Id field from your Book.json