Skip to content

Pin System.Text.Json to 8.0.5 (+ small csproj cleanup)#3

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

Pin System.Text.Json to 8.0.5 (+ small csproj cleanup)#3
michaldengusiak merged 2 commits into
sow/2026-Q2from
fix/system-text-json-pin-8.0.5

Conversation

@michaldengusiak
Copy link
Copy Markdown

Summary

  • Commit 1 — Pin System.Text.Json to 8.0.5 across all .csproj files in this repo, replacing 10.0.8. Part of a workspace-wide alignment 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).
  • Commit 2 — Strip 16 empty <NoWarn /> elements in SAM_Revit/SAM.Units.Revit/SAM.Units.Revit.csproj. They suppress nothing (no warning codes listed) and only add noise.

Test plan

  • CI restore + build green on this branch across all Revit configurations (2020-2026)
  • No NU1605 (package downgrade) errors
  • Confirm no warning behaviour changed in SAM.Units.Revit (the removed <NoWarn /> was already empty so nothing was actually being suppressed)

🤖 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.
In SAM.Units.Revit.csproj, also remove 16 empty <NoWarn /> elements scattered
across the per-Revit-year PropertyGroups. They suppress nothing (no codes
listed) and only add noise to the file.
@michaldengusiak michaldengusiak merged commit 3555b24 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