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

Improve YAML validation #276

Merged
merged 4 commits into from
Jul 17, 2024

Conversation

jasonjoh
Copy link
Contributor

@jasonjoh jasonjoh commented Jun 6, 2024

Replaced custom string parsing with YamlDotNet deserializer, which handles more YAML formats.

Fixes #274

- Replaced custom string parsing with YamlDotNet deserializer
- Added test for malformed YAML
@jasonjoh
Copy link
Contributor Author

jasonjoh commented Jun 6, 2024

Copy link
Collaborator

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me @jasonjoh

If its okay, I'd like @millicentachieng to do a final review before we merge.

@millicentachieng millicentachieng merged commit 063c945 into OneDrive:master Jul 17, 2024
3 of 4 checks passed
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.

YAML validation throws false positive
3 participants