Skip to content
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

EnableNavigationPropertyPath per parameter for OoasUtil #191

Open
DominicRoth opened this issue Mar 2, 2022 · 1 comment
Open

EnableNavigationPropertyPath per parameter for OoasUtil #191

DominicRoth opened this issue Mar 2, 2022 · 1 comment
Assignees
Labels
status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close type:enhancement Enhancement request targeting an existing experience.

Comments

@DominicRoth
Copy link

DominicRoth commented Mar 2, 2022

Hello,

with every new release we have to put the Value vor EnableNavigationPropertyPath hardcoded to false. Is there a way to include it as an parameter for a future release? We have an automatic call per pipeline, so we cannot use the OoasGUI-Tool.

Regards,
Dominic

@adhiambovivian adhiambovivian added the type:enhancement Enhancement request targeting an existing experience. label Mar 24, 2023
@irvinesunday irvinesunday added this to the OData: Backlog milestone May 3, 2023
@irvinesunday
Copy link
Collaborator

@DominicRoth we currently pass the parameters as below:

OpenApiConvertSettings settings = new() 
{
    EnableNavigationPropertyPath = false
};

OpenApiDocument document = EdmModel.ConvertToOpenApi(Settings);

can you provide further details on a different approach that you have in mind?

@irvinesunday irvinesunday self-assigned this May 3, 2023
@irvinesunday irvinesunday added the status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-author-feedback Issue that we've responded but needs author feedback to close type:enhancement Enhancement request targeting an existing experience.
Projects
None yet
Development

No branches or pull requests

3 participants