AspNetCore.Authorization.Permissions
AspNetCore.Authorization.Permissions copied to clipboard
Context Issue
I have a project where DBcontext is in another project. Initially there was an error as Dbcontext not found. So used IDesignTimeContextFactory. Migrations are created Successfully but one error is still shown. How can I overcome this issue?
Hi @rajabohemia,
have you been able to fix this issue?