You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
I am trying to find a solution for automatic migration which can automatically detect any changes in DB Context and will let us know that a change is made in DB context if the change was not applied/created as migration. For this, we had something like this-
Enable-Migrations -EnableAutomaticMigrations
But in ASP.Net Core 3.1 (what I am using) is not supporting the feature.
Can we have that feature back?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
I am trying to find a solution for automatic migration which can automatically detect any changes in DB Context and will let us know that a change is made in DB context if the change was not applied/created as migration. For this, we had something like this-
Enable-Migrations -EnableAutomaticMigrations
But in ASP.Net Core 3.1 (what I am using) is not supporting the feature.
Can we have that feature back?
The text was updated successfully, but these errors were encountered: