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
In OData 4.01 responses a collection-valued property MUST specify a value for the Nullable attribute.
If no value is specified for a collection-valued property, the client cannot assume any default value. Clients SHOULD be prepared for this situation even in OData 4.01 responses.
but the EDM library leaves out the Nullable attribute, in all cases.
In section 7.2.1 Nullable the standard states that
but the EDM library leaves out the Nullable attribute, in all cases.
Assemblies affected
Microsoft.OData.Edm -Version 7.8.3
Reproduce steps
The C# code
produces CSDL of the form
that is missing the explicit Nullable attribute as stated in the standard
Expected result
Actual result
The text was updated successfully, but these errors were encountered: