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

Adds config setting for composable functions generation #552

Merged
merged 5 commits into from
Jul 24, 2024

Conversation

irvinesunday
Copy link
Contributor

Fixes #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.

Copy link

Quality Gate Failed Quality Gate failed

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

See analysis details on SonarCloud

@irvinesunday irvinesunday merged commit 24520b0 into master Jul 24, 2024
12 of 13 checks passed
@irvinesunday irvinesunday deleted the is/resolve-composable-expansions branch July 24, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for configuring composable functions generations
2 participants