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
Assemblies affected
Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x
Describe the bug
Recently, We have had customers who want to omit the null complex property.
So far, we don't have a better for them to omit null complex property. As a workaround, they have to override the "CreateSelectExpandNode" virtual method to change the "SelectExpandNode" returns from this method.
This is ugly because "SelectExpandNode" is an "entity scope" object used to control all entities' serialization for the same type.
So, we'd like to have a better "overridable" method for customers to use to control the serialization of the complex.
The text was updated successfully, but these errors were encountered:
Assemblies affected
Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x
Describe the bug
Recently, We have had customers who want to omit the null complex property.
So far, we don't have a better for them to omit null complex property. As a workaround, they have to override the "CreateSelectExpandNode" virtual method to change the "SelectExpandNode" returns from this method.
This is ugly because "SelectExpandNode" is an "entity scope" object used to control all entities' serialization for the same type.
So, we'd like to have a better "overridable" method for customers to use to control the serialization of the complex.
The text was updated successfully, but these errors were encountered: