Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FK that exists in DB but is not defined in EF is not listed in output #17

Open
pm7y opened this issue Apr 13, 2023 · 1 comment
Open

Comments

@pm7y
Copy link

pm7y commented Apr 13, 2023

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?

@JonPSmith
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants