Skip to content

Support migrations for the same DbContext in the same assembly for multiple providers #29343

@manuelelucchi

Description

@manuelelucchi

Currently if you have the same DbContext that needs multiple providers, you have to create a different assembly for each provider migrations (as stated here), this not only slows down the development but it forces the project architecture in a certain way (you need an assembly with the DbContext to be referenced by the multiple migrations assembly that then are referenced by the main project).
I think it would be better if the tools understand that if you create a migration with a different provider, it has to be treated as a different one, all in the same assembly (in different folders of course)

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions