You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gathogojr
changed the title
ODL library allows you to write enum values onto properties of other primitive properties
ODL library allows you to write enum values onto properties of other primitive types
Sep 4, 2024
ODL library allows you to write enum values onto properties of other primitive types
Assemblies affected
Reproduce steps
Given the following data models:
The following code for writing an OData payload executes okay but produces an invalid output (included in the snippet as a comment):
Expected result
The library should flag that the value being written onto the primitive property is invalid
Actual result
The library does not flag that the value being written onto the primitive property is invalid
Additional detail
Here's the definition of the
InMemoryMessage
type:The text was updated successfully, but these errors were encountered: