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
@rafaelmotaalves Collection of Collection is not supported in OData.
By the way, you can have this functionality using 'Edm.Untyped' if you use Microsoft.AspNetCore.OData 8 version. If you are interested it, you can refer to this
I've been running into issues when trying to specify a model with a property with a List<List> property. This is the model I'm defining:
But when I try to request to an API that returns this model, I get a malformed JSON and an error is thrown.
Assemblies affected
Microsoft.AspNetCore.OData 7.7.4
Reproduce steps
Expected result
Actual result
And get the following exception:
The text was updated successfully, but these errors were encountered: