EfCore.SchemaCompare
EfCore.SchemaCompare copied to clipboard
FK that exists in DB but is not defined in EF is not listed in output
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 output to include this as an EXTRA IN DATABASE but it does not show it at all. Is my expectation correct?
You will have to provide the EF Core DbContext and entity classes, your SQL Server database structure and the failing EFCore.SchemaCompare output for me to look at this.