microsoft / OpenAPI.NET.OData

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

Support for Openapi.Net 2.0 #603

Open andrueastman opened 6 days ago

andrueastman commented 6 days ago

Currently the library does not support breaking changes made in the Openapi.Net 2.0 library.

This causes Hidi to fail when transforming documents when using the Openapi.Net 2.0 library.

https://github.com/microsoft/OpenAPI.NET/blob/cb5bb2797a4a4aa61c96d4fd453ac5257474848d/src/Microsoft.OpenApi.Hidi/OpenApiService.cs#L423

andrueastman commented 6 days ago

Todo after resolving this and releasing Hidi