Skip to content

dotnet-ef --context * not working #38254

@filipgoris

Description

@filipgoris

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

Metadata

Metadata

Assignees

Type

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions