- Cache delegate in query extensions. (PR #17130)
- Update
AllowNullLiteralAttributeto also useAttributeTargets.Interface(PR #17173) - Update
StructAttributeto also useAttributeTargets.Class(PR #17207)
- Fixed argument exception throwing inconsistency - accessing an out-of-bounds collection index will now throw
ArgumentOutOfRangeExceptioninstead ofArgumentException(#17328)