dotnet-ef --help for the --context parameter in migrations add, database update, and migrations bundle mentions The DbContext to use."*" can be used to run the command for all contexts found.
However, specifying the --context * parameter (or -c *, -c "*" , all combinations) resuts in error:
No DbContext named '*' was found.
Version:
Entity Framework Core .NET Command-line Tools 10.0.7
dotnet-ef
--helpfor the--contextparameter in migrations add, database update, and migrations bundle mentions The DbContext to use."*" can be used to run the command for all contexts found.However, specifying the
--context *parameter (or-c *,-c "*", all combinations) resuts in error:No DbContext named '*' was found.
Version:
Entity Framework Core .NET Command-line Tools 10.0.7