hi
Now it is only possible to customize AccountAppService
to cancel sending emails.
hi
It is only supported after 6.0.
https://github.com/abpframework/abp/pull/13100 https://engincanv.github.io/abp/2022/08/02/extending-the-application-configuration-endpoint.html
hi
Can you debug the unit test method to confirm the MyUnitOfWorkManager
is working?
We will solve this problem in the next version, but disabling transactions may cause some features to be unavailable, such as roll back will not working.
I personally do not recommend you use sqlite as a complex business database.
https://github.com/abpframework/abp/issues/15320
ok, I will confirm again.
hi
This is like a limitation of sqlite. It doesn't support transactions very well.
You can disable the Transaction
Configure<AbpUnitOfWorkDefaultOptions>(options =>
{
options.TransactionBehavior = UnitOfWorkTransactionBehavior.Disabled;
});
hi
You can manage the features of Host and Tenant on the tenant page.
hi
Can you try the latest 6.0.2 project?
Or create a new 6.0.2 template project.
https://www.nuget.org/packages/Volo.Abp.Cli/6.0.2