OData / odata.net

ODataLib: Open Data Protocol - .NET Libraries and Frameworks
https://docs.microsoft.com/odata
Other
687 stars 349 forks source link

Revert "Fix/1744 isof unquoted type params issue (#3108)" #3126

Closed WanjohiSammy closed 1 day ago

WanjohiSammy commented 1 day ago

This reverts commit 1aed366fe1df4d3ae2764bc20cfd8c50fa7dcb04.

Issues

This pull request fixes #xxx.

Description

This PR removes the feature to support unquoted type parameters in cast and isof function calls. The feature caused a breaking change https://github.com/OData/odata.net/issues/3123. We are taking this step back to properly prepare a fix that reintroduces the feature without causing any breaking changes. It's important to note that this feature was not released to AspNetCore.OData, and we do not anticipate significant usage by existing ODL customers.

Checklist (Uncheck if it is not completed)

Additional work necessary

If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.

habbes commented 1 day ago

This PR reverts: https://github.com/OData/odata.net/pull/3108/