Replies: 1 comment
-
Additional Info. The Poco class Student is retrieved from a MongoDB. When I inspect the retrieved data from MongoDB the Remarks is set to null as there is no error in that but why is it complaining on PublicKey on a complex Type when there is no key defined. This works perfectly in AspnetCore Odata version 7.5
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am encountering the error below after upgrading Microsoft.AspnetCore.OData from version 7.5.x to 8.0.x. The application was working correctly with OData prior to the upgrade.
How to I get the detail of the '
PublicKey[Nullable=False]' of type 'Edm.String' has a null value,
?Beta Was this translation helpful? Give feedback.
All reactions