maliming
maliming
hi @MarkCiliaVincenti We don't want to add a new package dependency. `SemaphoreSlim` is enough for us. Thanks for your contribution, 👍
https://github.com/user-attachments/assets/574f89c5-c7ec-4a3f-a48b-c367d5172010 ## The resource permissions table: `GET api/permission-management/permissions/resource?resourceName=Book&resourceKey=BookId` ```json { "permissions": [ { "providerName": "R", "providerKey": "admin", "providerDisplayName": "admin", "providerNameDisplayName": "Role", "permissions": [ { "name": "Acme.BookStore.Books.Book.ChangeName", "displayName": "Change book name"...
MVC and Blazor PR have been merged.
The demo source code: https://github.com/maliming/AbpResourcePermission
We should implement this new protocol/specification in the **OpenIddict** library. After that, the ABP application will support it. I've already created an issue in OpenIddict. See https://github.com/openiddict/openiddict-core/issues/2404 BTW, Duende's IdentityServer...
hi You can override the `EntityChangeEventHelper` to skip some events for your insert operators. https://github.com/abpframework/abp/blob/a2cbdb41480d1faa018ef5ec3cb34b2cc1084b3d/framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Entities/Events/EntityChangeEventHelper.cs#L22
The current solution is to switch it to Pomelo MySQL. See https://abp.io/docs/latest/framework/data/entity-framework-core/mysql#use-pomelo-provider
[NET 10 preview](https://www.nuget.org/packages/MySql.EntityFrameworkCore/10.0.0-preview) also has this problem.
https://github.com/mysql/mysql-connector-net/pull/79
https://bugs.mysql.com/bug.php?id=119338