Skip to content

Pin System.Text.Json to 8.0.5#2

Merged
michaldengusiak merged 1 commit into
sow/2026-Q2from
fix/system-text-json-pin-8.0.5
May 20, 2026
Merged

Pin System.Text.Json to 8.0.5#2
michaldengusiak merged 1 commit into
sow/2026-Q2from
fix/system-text-json-pin-8.0.5

Conversation

@michaldengusiak
Copy link
Copy Markdown

Summary

  • Pin System.Text.Json to 8.0.5 in all .csproj files in this repo, replacing 10.0.8.
  • Part of a workspace-wide alignment across SAM-BIM repos to the LTS-aligned 8.x line (10.x is .NET-10 preview track and inappropriate for libraries still targeting netstandard2.0 / net8.0-windows).

Test plan

  • CI restore + build green on this branch
  • No NU1605 (package downgrade) errors

🤖 Generated with Claude Code

Aligns the repo with the SAM-BIM workspace-wide pin to the LTS-aligned
System.Text.Json 8.0.5, replacing the previously pinned 10.0.8 preview.
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3cbdb84339

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Deterministic>false</Deterministic>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Remove accidental non-deterministic build setting

This change introduces <Deterministic>false</Deterministic>, which disables deterministic compiler output for this project (and similarly in the Architectural/Weather projects) even though the commit is intended to only pin System.Text.Json. Turning determinism off makes identical source builds produce different binaries, which hurts reproducibility, artifact verification, and cache hit rates in CI; because this is unrelated to the package-version change and only applied to a subset of projects, it looks like an unintended regression.

Useful? React with 👍 / 👎.

@michaldengusiak michaldengusiak merged commit bf32048 into sow/2026-Q2 May 20, 2026
2 of 3 checks passed
@michaldengusiak michaldengusiak deleted the fix/system-text-json-pin-8.0.5 branch May 20, 2026 09:24
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