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

refactor: Newtonsoft dependency removed - close #12 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cetindogu
Copy link

.net has build in serialization and deserilization class "System.Text.Json"
so Newtonsoft removed.
this Pull request closes #12

@douggish
Copy link
Contributor

Thanks for the PR! @cer, is there anything that needs to be done (perhaps a CLA or something) before we can accept this PR?

@cer
Copy link
Contributor

cer commented Jun 18, 2024

.net has build in serialization and deserilization class "System.Text.Json" so Newtonsoft removed. this Pull request closes #12

@cetindogu Thanks for creating the PR.

Please could you sign a CLA: https://chrisrichardson.net/legal/CRCINC_Individual_CLA.pdf or https://chrisrichardson.net/legal/CRCINC_Corporate_CLA.pdf

Comment on lines +22 to +23
// Make property name matching case-insensitive during deserialization
PropertyNameCaseInsensitive = true
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm unsure as to whether this should be case sensitive or insensitive. The original intent of the .NET port was to match the behavior of the Java implementation, so perhaps we should try to match what it does by default.

@cer: Do you know if the Java eventuate-tram is case-sensitive or insensitive for property names during deserialization?

Copy link
Contributor

Choose a reason for hiding this comment

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

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.

Switch from Newtonsoft.Json to System.Text.Json
3 participants