Set AllowDuplicateProperties = false on JSON serializer options to prevent silent data corruption from malformed JSON responses. Critical for financial data integrity.
Acceptance Criteria
AllowDuplicateProperties = false configured on shared serializer options
- Verified via unit tests
Set
AllowDuplicateProperties = falseon JSON serializer options to prevent silent data corruption from malformed JSON responses. Critical for financial data integrity.Acceptance Criteria
AllowDuplicateProperties = falseconfigured on shared serializer options