Activities of "maliming"

hi

The new version of the Abp framework will fix bugs, improve performance, etc. At the same time, the new version of Abp will also use the latest asp net core, which also brings better security.

We always recommend you use the latest version.

What are the specific affects after replaced Identity Server with OpenIddict?

https://docs.abp.io/en/abp/latest/Migration-Guides/OpenIddict-Step-by-Step https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step

https://github.com/abpframework/abp/issues/11989

There is no obvious problem in the log. After testing, it is only slow to open for the first time, and then it will be normal.

hi

Im checking.

Answer

hi

The transaction object is not associated with the same connection object as this command

Please share the error stack.

hi

You can use the latest version.

yes, clear the exists logs after deploy.

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

Showing 61 to 70 of 4067 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54