Activities of "maliming"

hi

Can you add the below code to the test module?


public override void ConfigureServices(ServiceConfigurationContext context)
{
    Configure<FeatureManagementOptions>(options =>
    {
        options.SaveStaticFeaturesToDatabase = false;
        options.IsDynamicFeatureStoreEnabled = false;
    });
    
    Configure<PermissionManagementOptions>(options =>
    {
        options.SaveStaticPermissionsToDatabase = false;
        options.IsDynamicPermissionStoreEnabled = false;
    });

    context.Services.AddAlwaysDisableUnitOfWorkTransaction();
}

hi

You can upgrade your visual studio to the latest or use Rider to confirm whether its a visual studio problem.

https://www.jetbrains.com/rider/

hi

Please set minimum level to Debug, clear the logs of all apps then reproduce and share the logs. liming.ma@volosoft.com


.MinimumLevel.Debug()

remove these lines


#if DEBUG
            .MinimumLevel.Debug()
#else
            .MinimumLevel.Information()
#endif
            .MinimumLevel.Override("Microsoft", LogEventLevel.Information)
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)```

hi

Please include the steps. Thanks

liming.ma@volosoft.com

hi

Can the template project be reproduced? Or just your project?

Even if the problem is reproduced remotely, I still need to reproduce and check it locally.

hi

Can the template project be reproduced?

hi

Please share the error request logs. Thanks

hi

How can we simply reproduce your issue?

hi

I will confirm that.

Showing 7541 to 7550 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.