microsoft / OpenAPI.NET.OData

Generates OpenAPI document from OData CSDL
MIT License
207 stars 62 forks source link

Correctly generate annotations target path for paths that contain type casts #515

Closed millicentachieng closed 6 months ago

millicentachieng commented 7 months ago

Currently the Microsoft.OData.Edm library throws an exception on attempt to resolve a target path with type casts. We've excluded the type cast segment from the generated target path for now until that is resolved.

Dependent on https://github.com/OData/odata.net/issues/2921