Skip to content

chore: regenerate sdk#66

Merged
christyjacob4 merged 2 commits into
mainfrom
dev
Jul 14, 2025
Merged

chore: regenerate sdk#66
christyjacob4 merged 2 commits into
mainfrom
dev

Conversation

@ChiragAgg5k

Copy link
Copy Markdown
Member

What does this PR do?

  • Refactor from Newtonsoft.Json to System.Text.Json for serialization/deserialization
  • Update package dependencies in Package.csproj.twig
  • Migrate all serialization/deserialization logic in Client.cs.twig, Query.cs.twig, and Extensions.cs.twig
  • Update model attributes from [JsonProperty] to [JsonPropertyName] in Model.cs.twig
  • Create new ObjectToInferredTypesConverter.cs.twig for proper object type handling
  • Replace JsonConverter with JsonConverter<object> in ValueClassConverter.cs.twig
  • Update error handling to use JsonDocument instead of JObject

Test Plan

Related PRs and Issues

Have you read the Contributing Guidelines on issues?

yes.

@christyjacob4 christyjacob4 merged commit 713a790 into main Jul 14, 2025
@christyjacob4 christyjacob4 deleted the dev branch July 14, 2025 09:19
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