-
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
Scaffolding with NRT generates non-nullable navigation property from principal to dependent #27496
Labels
area-scaffolding
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Milestone
Comments
roji
added a commit
to roji/efcore
that referenced
this issue
Mar 10, 2022
roji
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Mar 10, 2022
Patch in 6.0? |
Yeah, I think it makes sense - will bring to the team for discussion. |
@roji Did this go into a 6.0 patch? If so, which one? |
Whoops, looks like this slipped under the radar - we didn't service this. I'll prepare a PR. |
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 6, 2022
Fixes dotnet#27496 (cherry picked from commit ec9c6c2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-scaffolding
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Scaffolding the following schema in a project with NRT enabled:
... generates the following CLR type for Principal:
The Dependent navigation property should be nullable.
Raised by @AFract in ErikEJ/EFCorePowerTools#1298
The text was updated successfully, but these errors were encountered: