Used abp cli to create mvc app including Books sample code.
Expected: book page (for example https://localhost:44392/Books) to have a working "New book" button
Observed: "New book" button did not work
Note: may work on Windows but not on Linux
To reproduce see:
https://github.com/magentuseu/abp-tests
Using "--no-multi-tenancy" worked as expected.
I feel having "abp help new" echo this option may be an added value.
The "-no-saas" arg has been used. Still, SaaS assemblies and tables were present.
Used abp cli to create mvc app with SaaS turned off.
Expected: SaaS and Multi-tenant turned off
Observed: SaaS tables were present in the database, Multi-tenant feature was turned on
To reproduce see:
https://github.com/magentuseu/abp-tests