I am using EF Core. After \"cleverly\" merging a couple of source control branches that both introduced migrations, I\'m no longer confident that my ModelSnapshot is consistent
Here are tools you can use to perform some sanity checks.
Add-Migration
will show any differences between your current model and the model snapshotScript-Migration
will produce a SQL script you can use to create a database from the migrationsScaffold-DbContext
will create a model that is compatible with a database