Disable reference nullability in migrations and model snapshot #25624
Labels
area-migrations
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
Our generated migrations and model snapshot don't contain NRT code, so in some scenarios they don't compile if nullability has been enabled at the project level. Add
#nullable disable
in generated files to temporarily work around this issue. #18950 tracks generating proper NRT code in the future.The text was updated successfully, but these errors were encountered: