-
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
Fix: Value cannot be null parameter name key #34730
Conversation
@salihozkara Please add a test that covers this scenario |
I will add it when I am free at the weekend. |
Hi @AndriySvyryd, |
Hi @AndriySvyryd, |
@dotnet-policy-service agree |
test/EFCore.Relational.Specification.Tests/Update/JsonUpdateFixtureBase.cs
Show resolved
Hide resolved
…xtureBase.cs Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
Thanks for your contribution |
When using ToJson for another entity within a JSON column, no corresponding column is found for that entity, resulting in a null value. Additionally, a null exception is thrown when the TryGetValue method is used within a dictionary.
Fixes #33831