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

Use .NET builtin JsonNode instead of 3rd-party #349

Closed
wants to merge 3 commits into from

Conversation

TheMarvelFan
Copy link
Contributor

Fixes issue #342

Below are the listed files that required modification to 'System.Text.Json' types:

Mimir.MongoDB/Bson/Serialization/Serializers/Lib9c/Items/TradableMaterialSerializer.cs
Mimir.MongoDB/Json/Converters/BigIntegerJsonConverter.cs
Mimir.MongoDB/Json/Converters/MaterialAndIntDictionaryJsonConverter.cs
Mimir.MongoDB/Json/Extensions/MimirBsonDocumentExtensions.cs

Note: Please merge PR #348 before merging this to avoid potential merge conflicts.

…line 110 in _logger.Information() method from '{DiffCOunt}' to '{DiffCount}'
…naryJsonConverter.cs' file to use 'System.Text.Json.Nodes.JsonNode' instead of 'NewtonSoft.Json.JObject', and also switched to 'System.Text.Json' types in all related files
@TheMarvelFan TheMarvelFan changed the title "Modified the 'mimir.Mimir.MongoDB.Json.ConvertersMaterialAndIntDictionaryJsonConverter.cs' file to use 'System.Text.Json.Nodes.JsonNode' instead of 'NewtonSoft.Json.JObject', and also switched to 'System.Text.Json' types in all related files Modified the 'mimir.Mimir.MongoDB.Json.ConvertersMaterialAndIntDictionaryJsonConverter.cs' file to use 'System.Text.Json.Nodes.JsonNode' instead of 'NewtonSoft.Json.JObject', and also switched to 'System.Text.Json' types in all related files Sep 27, 2024
@TheMarvelFan TheMarvelFan changed the title Modified the 'mimir.Mimir.MongoDB.Json.ConvertersMaterialAndIntDictionaryJsonConverter.cs' file to use 'System.Text.Json.Nodes.JsonNode' instead of 'NewtonSoft.Json.JObject', and also switched to 'System.Text.Json' types in all related files Modified the 'mimir.Mimir.MongoDB.Json.ConvertersMaterialAndIntDictionaryJsonConverter.cs' file to use 'System.Text.Json.Nodes.JsonNode' instead of 'NewtonSoft.Json.JObject' Sep 27, 2024
@moreal moreal changed the title Modified the 'mimir.Mimir.MongoDB.Json.ConvertersMaterialAndIntDictionaryJsonConverter.cs' file to use 'System.Text.Json.Nodes.JsonNode' instead of 'NewtonSoft.Json.JObject' Use .NET builtin JsonNode instead of third-paty Sep 28, 2024
@moreal moreal changed the title Use .NET builtin JsonNode instead of third-paty Use .NET builtin JsonNode instead of 3rd-paty Sep 29, 2024
@moreal moreal changed the title Use .NET builtin JsonNode instead of 3rd-paty Use .NET builtin JsonNode instead of 3rd-party Sep 29, 2024
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.

1 participant