https://learn.microsoft.com/en-in/ef/core/cli/dotnet#update-the-tools
dotnet tool update --global dotnet-ef
dotnet dev-certs https --trust
dotnet ef migrations add First dotnet ef database update
dotnet ef migrations add Role dotnet ef database update
Branches: Sample Authentication Role based Authentication