-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
PropertyMappingValidationConvention throws for explicit interface implementation #3790
Comments
|
Thanks for the diagnosis Smit, must be something new since Beta6. |
@Sohra - I was discussing the same thing with my colleague in last hour. Turns out that you cannot exclude explicit interface implementation using fluent API. You can use |
@divega , @rowanmiller |
To me it would seem our rules remain the simplest if we still include it, but then (as you said) we need to support ignoring it. |
Triage decision - we should map it and fix the bug in Ignore |
@smitpatel just got around to testing this with rc2-16447, working great. Thanks! |
Tested on Full .NET, in a unit test project, with EntityFramework.Commands v7.0.0-rc2-16332.
When calling
EnsureCreated()
I get (remainder of stack trace omitted):Relevent code snippets:
The text was updated successfully, but these errors were encountered: