-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleted items is missing derived type constraints to generate the additional odata cast path segments #126
Comments
Blocks fixes for GO SDK. |
We are on it @ddyett |
@baywet the metadata has the |
Thanks for looking into this. The annotation looks correct. And hidi is not setting those. So something must be wrong in the conversion lib itself, could you have a deeper look into this please? |
Here's the issue: microsoft/OpenAPI.NET.OData#199 |
This was resolved by this PR: microsoft/OpenAPI.NET.OData#212 |
also merged microsoft/OpenAPI.NET#852 so we see the changes in the weekly pipeline, preparing a release soon |
this endpoint can only be used with a type cast segment.
Now that our pipelines are updates to the latest version of the conversion library, we should insert the required derived type constraint annotation.
The text was updated successfully, but these errors were encountered: