-
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
Model configuration: Overlapping optional and required FKs results in attempt to null out properties inappropriately #6840
Comments
EF Team Triage: This issue is lacking enough information for us to be able to effectively triage it. In particular, it is missing the following information requested in the new issue template. Can you please provide this information?
BTW we're not just doing this to be mean 😄... we get a lot traffic on this project and it takes time to attempt to reproduce an issue based on fragments of information. In addition, our attempt is often unsuccessful as the exact conditions required to hit the issue are often not explicitly included in the code provided. To ensure we maximize the time we have to work on fixing bugs, implementing new features, etc. we ask that folks give us a self contained way to reproduce an issue. For a guide on submitting good bug reports, read Painless Bug Tracking. |
|
Because this either throws because the PK property cannot be set to null, or marks the property as conceptually null which then causes issues later. There were also two issues in the tests: - Equals method of one of the entities was wrong - Tests wouldn't run on SQLite because composite keys with store generated ints are not supported Issue #6840
Because this either throws because the PK property cannot be set to null, or marks the property as conceptually null which then causes issues later. There were also two issues in the tests: - Equals method of one of the entities was wrong - Tests wouldn't run on SQLite because composite keys with store generated ints are not supported Issue #6840
Because this either throws because the PK property cannot be set to null, or marks the property as conceptually null which then causes issues later. There were also two issues in the tests: - Equals method of one of the entities was wrong - Tests wouldn't run on SQLite because composite keys with store generated ints are not supported Issue #6840
Because this either throws because the PK property cannot be set to null, or marks the property as conceptually null which then causes issues later. There were also two issues in the tests: - Equals method of one of the entities was wrong - Tests wouldn't run on SQLite because composite keys with store generated ints are not supported Issue #6840
No description provided.
The text was updated successfully, but these errors were encountered: