- Fix IL2091 trimming warning in
LazyExtensions.Createby addingDynamicallyAccessedMembersattribute to the generic type parameter. (Issue #17356, PR #18302)
- Added
not nullconstraints toIDelegateEvent<'Delegate>,IEvent<'Delegate,'Args>,DelegateEvent<'Delegate>, andEvent<'Delegate,'Args>types to prevent spurious nullness warnings when implementing CLIEvent properties. (Issue #18361, Issue #18349, PR #19221) - Renamed deprecated
orand&operators, but keeping the original compiled names for binary compatibility. (PR #19143)