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

PaYamlV3 OM schema & PFxExpressionYamlConverter changes #734

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

joem-msft
Copy link
Contributor

  • PFxFunctionParameter now supports Default keyword being a PFx expression.
  • ComponentDefinition.DefinitionType added with enum ComponentDefinitionType, to differentiate between Canvas and Command components.
  • Added tests for PFxExpressionYamlConverter to show the handling of trailing whitespace. Turns out YamlDotNet cannot support us forcing these to use Literal block syntax.
  • Adapted to add quotes around values which end with the tab character.
  • Use ImmutableArray instead of IReadOnlyList for options.
  • Updated pa.schema.yaml and added more tests.

- `PFxFunctionParameter` now supports `Default` keyword being a PFx expression.
- `ComponentDefinition.DefinitionType` added with enum `ComponentDefinitionType`, to differentiate between Canvas and Command components.
- Added tests for `PFxExpressionYamlConverter` to show the handling of trailing whitespace. Turns out YamlDotNet cannot support us forcing these to use Literal block syntax.
- Adapted to add quotes around values which end with the tab character.
- Use ImmutableArray instead of IReadOnlyList for options.
- Updated `pa.schema.yaml` and added more tests.
@joem-msft joem-msft requested review from a team as code owners January 28, 2025 05:01
@joem-msft joem-msft merged commit d4906d1 into master Jan 28, 2025
4 checks passed
@joem-msft joem-msft deleted the users/joemay/ComponentDefinition-OM branch January 28, 2025 18:07
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.

2 participants