As you see there is a command on “Entity Framework Migrations” who shows an error message:
“dotnet ef dbcontext list –json
More than one project was found in the current working directory. Use the –project”
This is my full project from github: https://github.com/gabriegsti/MinhaApiCompleta
I tried searching in the web about this error, I’ve already checked many different answeers in stack over flow, most of them are old, and none of them were solutions for similar cases.