❔ EF Core Add Migration issue
I'm working on an ASP.Net Core 7 API project, this project is in a solution that contains 5 projects (
I try to integrate the
And the folowing
Why I get this error when try to add a new Migration
Core, IdentityCore, EFCore, CQRSCore and WEB)I try to integrate the
Ientity in my solution by using the folowing AppUser entity:And the folowing
AppDbContextWhy I get this error when try to add a new Migration
The seed entity for entity type 'AppRole' cannot be added because no value was provided for the required property 'Id'.