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

fix/json node serialization #2039

Merged
merged 25 commits into from
Jan 3, 2025
Merged

fix/json node serialization #2039

merged 25 commits into from
Jan 3, 2025

Conversation

baywet
Copy link
Member

@baywet baywet commented Jan 2, 2025

  • ci: updates main with the latest ci changes
  • fix: removes extraneous download artifact task
  • fix: hidi GH release
  • fix: redundant artifact upload
  • fix: removes actions steps that create extraneous tags
  • fix: updates output syntax for tag version
  • ci: moves create github release to its own job
  • nit: fixes indent
  • fix: reverts to a regular variable for the tag value
  • ci: fix artefacts path
  • fix: date time and date time offset shifting zones perf: avoid round trip serialization

MaggieKimani1 and others added 24 commits September 30, 2024 12:49
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
ci: updates main with the latest ci changes
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
perf: avoid round trip serialization

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
@baywet baywet self-assigned this Jan 2, 2025
@baywet baywet enabled auto-merge January 2, 2025 20:51
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Copy link

sonarqubecloud bot commented Jan 2, 2025


if (node == null)
{
writer.WriteNull();
return;
}

var element = JsonDocument.Parse(node.ToJsonString()).RootElement;
Copy link
Member

Choose a reason for hiding this comment

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

👍🏼

@baywet baywet merged commit af55d61 into dev Jan 3, 2025
12 checks passed
@baywet baywet deleted the fix/json-node-serialization branch January 3, 2025 06:50
@baywet baywet added this to the v2 - preview5 milestone Jan 8, 2025
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.

4 participants