EfSchemaCompare
EfSchemaCompare copied to clipboard
EfSchemaCompare.EF6 allows you to compare Entity Framework's database modal with an actual SQL database.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Hi. Thank you for EfSchemaCompare. If I have a database table with two foreign keys which have different cascade delete actions, `CompareEfWithDb` will return errors. This is happening because when...
group on schema and table name to avoid duplicates when more schema's has the same table name; add table_owner to GetPrimaryKeysNames to get pk's from other scheam's than dbo; fix...
Hi @JonPSmith I have the following TypeLoadException  since I don't have resharper to run the unit tests, can you fix it? I already tried as follow  but then...
When using [Table()] attribute on class, this is ignored and reported as missing table.