maliming

Results 526 comments of maliming

hi > Entity Framework Core does not support multiple parallel operations being run on the same DbContext instance. https://learn.microsoft.com/en-us/ef/core/dbcontext-configuration/#avoiding-dbcontext-threading-issues

hi You can try to call the `SaveChangesAsync(commit the transaction)` ```cs var userName = "test"; var email = "[[email protected]](mailto:[email protected])"; var user = new IdentityUser(GuidGenerator.Create(), userName, email, CurrentTenant.Id); await UserManager.CreateAsync(user); await...

Please share steps and code to reproduce.

hi This doesn't seem to be related to abp. We will wait for Blazorise's response.

Can you share a **simple** project to reproduce?

The dropdown will open `FeatureManagementModal`. https://github.com/abpframework/abp/tree/dev/modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor/Components

We will check this when we upgrade blazorise to 1.6.x.

https://github.com/abpframework/abp/pull/20960/commits/376f57d6e9f6fd8308baee4dbb2d167f04d6c610

> It seems to be caused by my project configuration Maybe. You can share the project if you can reproduce it.