Activities of "maliming"

Answer

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

MyProjectNameEntityFrameworkCoreModule and MyProjectNameDbContextFactory

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

Showing 7141 to 7150 of 10642 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30