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

Owned entity returning null if any property is null in net7 #5542

Open
1 task done
magahl opened this issue Nov 11, 2022 · 0 comments
Open
1 task done

Owned entity returning null if any property is null in net7 #5542

magahl opened this issue Nov 11, 2022 · 0 comments

Comments

@magahl
Copy link

magahl commented Nov 11, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Upgrading to net7 broke something regarding owned entities. Every time any property is null on the entire entity return null. This does not happen in net6.

The data is returned from the database, so its not that afaik.

See results below.
net6:
image

net7:
image

Steps to reproduce

  1. See repo https://github.com/magahl/HotChoclateError

Relevant log output

No response

Additional Context?

No response

Product

Hot Chocolate

Version

13.0.0-preview.79

@magahl magahl added the 🐛 bug Something isn't working label Nov 11, 2022
@michaelstaib michaelstaib added 📚 documentation This issue is about working on our documentation. and removed 🐛 bug Something isn't working labels Feb 9, 2023
@glen-84 glen-84 added 🐛 bug Something isn't working repro-validated and removed 📚 documentation This issue is about working on our documentation. labels Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants