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

Switch match references to camelCase. #467

Merged
merged 2 commits into from
Jun 22, 2022
Merged

Switch match references to camelCase. #467

merged 2 commits into from
Jun 22, 2022

Conversation

scovetta
Copy link
Member

It looks like recent changes for 1.5.x have the match objects as camelCase, where the references in appinspector.js are for PascalCase. This PR changes the JS references to camelCase -- feel free to change on the other end and ignore this PR.

gfs and others added 2 commits June 22, 2022 12:14
There was inadvertently a mix of System.Text.Json and newtonsoft being used which resulted in undesired behavior like serializing the TextContainer object referenced in the MatchRecord object due to a mismatch between System.Text.Json's JsonIgnore and Newtonsoft's JsonIgnore.

Fix #465.
@gfs
Copy link
Contributor

gfs commented Jun 22, 2022

LGTM.

@gfs gfs merged commit 9f33c68 into main Jun 22, 2022
@gfs gfs deleted the miscovet/fix-casing branch June 22, 2022 19:49
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.

None yet

2 participants