Today or tomorrow.
You can copy https://github.com/abpframework/abp/tree/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor https://github.com/abpframework/abp/tree/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.Server to your project instead of using the package.
Thanks 👍
hi
Can you create a new template copy your code then share it with me? liming.ma@volosoft.com
Yes, and no other customers have reported this.
Since this is related to your VS, I can't provide a solution. You can try to execute blazor using dotnet run
alone.
hi
We will release 5.1.2 soon, Please try again after released.
hi
And added a new module (abp add-module CustomModule --new --add-to-solution-file) Then when I added a simple AppService and related Controller, When I run the project I get this error:
Can you share the project with me? liming.ma@volosoft.com
[error] Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID
Fixed in 5.1.2
https://github.com/abpframework/abp/pull/11306
hi
Can you try to switch the current tenant?
using (CurrentTenant.Change(tenantId))
{
//IDistributedCache<IdentityServer4.Models.Client> Cache
}