EfSchemaCompare icon indicating copy to clipboard operation
EfSchemaCompare copied to clipboard

EfSchemaCompare.EF6 allows you to compare Entity Framework's database modal with an actual SQL database.

Results 7 EfSchemaCompare issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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 ![image](https://user-images.githubusercontent.com/4865355/53747436-8d234100-3ea3-11e9-9757-cc3cb8a2c014.png) since I don't have resharper to run the unit tests, can you fix it? I already tried as follow ![image](https://user-images.githubusercontent.com/4865355/53747634-002cb780-3ea4-11e9-8e3c-bf4569ac1175.png) but then...

When using [Table()] attribute on class, this is ignored and reported as missing table.