modified templates are stored in .suite
folder where your main *.sln files resides.
therefore your source-code management system will commit these changes.
did you try this?
I realized that there's an error in my previous post
You need to give the parameter --database-management-system
instead of --database-provider
!
The correct command is:
abp new MvcOracleProject -t app-pro -u mvc --mobile none --database-management-system Oracle -csf
https://docs.abp.io/en/abp/latest/CLI-New-Command-Samples#choose-database-management-system
if you still have problems, don't hesitate to ask it
the condition is DEBUG Mode or ASPNETCORE_ENVIRONMENT=Development. so you are running in debug mode, therefore you need to login via ABP CLI in the virtual computer or you can copy the authentication cookie to the target computer.
You need to copy the following file (which has your account information inside)
%UserProfile%\.abp\cli\access-token.bin
sorry but ABP Suite doesn't support multiple DbContexts
@rahul, thanks for your feedback. I have forwarded your request to the Framework team.
just for an extra information https://community.abp.io/articles/how-to-add-custom-property-to-the-user-entity-6ggxiddr
I've read the thread and couldn't find the message that successfuly reproduced the issue. @EngincanV stated that he could successfully created an entity without any problem.
Then, I could successfully generate CRUD pages for my Book entity.
Again detailed reproduce steps is always helpful for the solution.