You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add JsonIgnore attribute support to Minimal API validation generator (#63075)
* Initial plan
* Add JsonIgnore attribute support to validation generator
Co-authored-by: captainsafia <[email protected]>
* Fix JsonIgnore test case to prevent circular reference stack overflow
Co-authored-by: captainsafia <[email protected]>
* Update CanValidateComplexTypesWithJsonIgnore test with record type cases
Co-authored-by: captainsafia <[email protected]>
* Remove unused IsJsonIgnoredParameter method and clean up test snapshots
- Remove IsJsonIgnoredParameter method since JsonIgnore can only be applied to properties and fields, not constructor parameters
- Update record parameter validation to check corresponding property for JsonIgnore instead
- Delete stale received snapshot file
- Update verified snapshot to include record type validation results
Co-authored-by: captainsafia <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: captainsafia <[email protected]>
0 commit comments