MVC or Angular?
We are working on customization, so that you can replace these components easier (next version). You can uprade to Business plan, and access to the source code of the Angular and backend source-code. So you can easily change every part of it.
yes you're right. there was a mistake publishing 2.6.1.
today 2.6.2 is coming with this problem fixed.
to fix it in your solution replace all 2.7.0 with 2.6.1 in the *.csproj files.
hi,
You can just commit your solution to your private GitHub repository. Not allowed to share your project publicly on public repositories. There's no thing to do to commit your project on GitHub. Do the same steps as you do in your normal projects. The Angular project doesn't need a license code.
thanks reported to the team (tracked internally from https://github.com/volosoft/volo/issues/1950)
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.