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

Fix scaffolding of reference navigations with NRT (#27616) #28382

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

roji
Copy link
Member

@roji roji commented Jul 6, 2022

Fixes #27496

(cherry picked from commit ec9c6c2)

Description

When scaffolding an existing database in a project with nullable reference types enabled, dependent navigations are incorrectly scaffolded as non-nullable.

Customer impact

An incorrect model is scaffolded and must be manually fixed up.

How found

Customer reported on 6.0

Regression

No, scaffolding NRT code was introduced in 6.0 (#15520)

Testing

Added.

Risk

Low - affects design-time scaffolding only.

@ajcvickers
Copy link
Member

ajcvickers commented Jul 7, 2022

Quirk?

Never mind; design-time only.

@ajcvickers ajcvickers added this to the 6.0.x milestone Jul 7, 2022
@rbhanda rbhanda modified the milestones: 6.0.x, 6.0.9 Jul 12, 2022
@AndriySvyryd
Copy link
Member

Blocked until the branch opens again

@dougbu dougbu merged commit 7ed0421 into dotnet:release/6.0 Aug 3, 2022
@roji roji deleted the release/6.0 branch August 3, 2022 06:05
@ajcvickers ajcvickers removed this from the 6.0.9 milestone Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants