EfCore.SchemaCompare
EfCore.SchemaCompare copied to clipboard
Library to compare EF Core's Model of the database against a database's schema.
Hi, I'm using SQL Server and I just added converted a few of my tables to temporal tables, and I started getting these errors. ``` NOT IN DATABASE: Dictionary`2->Property 'PeriodEnd',...
I have an FK defined in the Db (with a name that does not follow EFs conventions) that is not defined in EF and so I would expect the error...
Hi, I am using SQL Server, and I am getting the following errors. ``` EXTRA IN DATABASE: Index 'AuthorityStandards', index constraint name. Found = IX_AuthorityStandards_ExtId EXTRA IN DATABASE: Index 'AuthorityStandards',...
Hi, I am using SQL Server, and I have a table with a couple of JSON columns and I get the errors below. I was wondering if the errors are...
I am using Pomelo.EntityFrameworkCore.MySql as my database provider. I would appreciate it if you could add support for it. Additionally, in my opinion, it may be helpful if you can...
Thank you for creating this tool. It would be a great help if I could use it. Would it also be possible to support the Oracle Provider (Oracle.EntityFrameworkCore) in the...
Some sentences were either really hard to read, or just repetition of the same thing.
Hi, I ran into an issue in SQLite. I get the below errors but I didn't make any changes to my entity/database at all. _**DIFFERENT: Student->PrimaryKey 'PK_Students', constraint name. Expected...
It seems that columns that are extra in db are not excluded via the `IgnoreTheseErrors` method e.g. `EXTRA IN DATABASE: Table 'dbo.TheTable', column name. Found = Blah`
In EF Core 6 there wasn't metadata to compare Table-per-Type classes. EF Core 7 also added Table-per-Class classes. When I have time I should ask about the metadata - see...