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

Fix parameter serialization - Style doesn't respect the default value #989

Merged
merged 5 commits into from
Sep 2, 2022

Conversation

MaggieKimani1
Copy link
Contributor

Fixes #858

  • Creates a backing _style property to track what the user explicitly sets.
  • If _style is null, default the value of Style based on the value of the In property.
  • If the value of In is null, default to Simple as if In was set to Path

Reference: #858 (comment)

@MaggieKimani1 MaggieKimani1 changed the title Fix parameter serialization Fix parameter serialization - Style doesn't respect the default value Aug 30, 2022
@MaggieKimani1 MaggieKimani1 merged commit 3d15d2e into vnext Sep 2, 2022
@MaggieKimani1 MaggieKimani1 deleted the mk/fix-parameter-serialization branch September 2, 2022 12:47
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.

Parameters Serialization - Style doesn't respect the default value
2 participants