hi
I'm trying to access the IdentiyDBContext in my EFCore project, so I added the Volo.Abp.Identity.Pro.EntityFrameworkCore to the * *EntityFrameworkCore project in a Microservice template.
Did you add the AbpIdentityEntityFrameworkCoreModule as well?
Volo.Abp.AbpException: No configuration found for Microsoft.EntityFrameworkCore.DbContext,
hi
This is not my project. I don't have source code.
hi
Can you reproduce this in a new template project?
liming.ma@volosoft.com
hi
Can you share some steps or a project to reproduce this problem?
Thanks.
The solution: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2491
Use Microsoft.IdentityModel.Protocols.OpenIdConnect >= 7.4
hi
You can try to use 5.2.0 version of OpenIddict.
hi
I will forward this to our colleague.
hi
There is no built-in feature for block UI. But you can try to use some third-library.
We will support this in the future, Please follow https://github.com/abpframework/abp/issues/19446
hi
No included in the roadmap as far I know.
hi
There is currently no such documentation, but you can create a new template project and copy the code from the EF Core project into your project. And add your model classes. If you get any errors, you can always give feedback.
Similar to template project we have ef core and MongoDB layers.
https://github.com/abpframework/abp/tree/dev/templates/app/aspnet-core/src
Thanks.