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
* Part of Issue #885: Enable read the untyped collection
* Update src/Microsoft.AspNetCore.OData/Formatter/Wrapper/ODataReaderExtensions.cs
Co-authored-by: Clément Habinshuti <clhabins@microsoft.com>
* rename the variable name
* We consider the order does matter, let's save items in 'Resources' to 'Items' also to keep it same order
---------
Co-authored-by: Clément Habinshuti <clhabins@microsoft.com>
Assemblies affected
Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x
Suppose I have the following request payload (ODL supports reading the following dynamic property)
ODL can read the above dynamic property "ADynamicProperty".
It returns the following reader state:
Expected behavior
ASP.NET Core can handle the above scenario, it means it can handle the 'Primitive' reader state.
Actual behavior
There's no logic to handle 'Primitive' reader state.
The text was updated successfully, but these errors were encountered: