Files
Thom LambandClaude Opus 4.7 470cb009b9
SonarQube Analysis / sonarqube (pull_request) Successful in 5m12s
chore(sonar): cache JsonSerializerOptions in test fixture (CA1869)
Promote the `new JsonSerializerOptions { Converters = { ... } }` instance
that `OneTimeSetup` was constructing on each fixture run to a
`private static readonly JsonSerializerOptions _jsonOptions` field, so
the converter list isn't rebuilt per fixture. Strictly cosmetic here
(OneTimeSetup runs once) but it's the change the analyzer wants and the
field is the more idiomatic JsonSerializer pattern.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 12:02:25 -05:00
..