microsoft / OpenAPI.NET.OData

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

Adds config setting for composable functions generation #552

Closed irvinesunday closed 1 month ago

irvinesunday commented 2 months ago

Fixes https://github.com/microsoft/OpenAPI.NET.OData/issues/551

Adds the config setting: ComposableFunctionsExpansionDepth which provides a control for how many levels composable functions are to be expanded. The default is 1. This means composable functions will be expanded to generate an operation segment or a navigation property segment in the path, but not both. If the value is set to 2, then the latter will be allowed.

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud