🚨 Breaking Changes
🚀 Features
- feat: allow multiple IncludeMappingConfiguration attributes by @latonz in #2332
- feat: elevate default severity of RMG068 from info to warning by @latonz in #2355
- fix: respect Use configuration on read-only collection members to improve reported diagnostics by @latonz in #2356
🐛 Bug Fixes
- fix: generic and runtime target type mappings with derived types by @justi7n in #2230
- fix: avoid ambiguous null check (CS9342) for types with multiple equality operators by @fdipuma in #2324
- fix: detect MaybeNull/AllowNull on properties from referenced assemblies by @latonz in #2333
- fix: honor NotNull and DisallowNull nullability attributes by @latonz in #2334
- fix: don't let generic user mapping override explicitly referenced mappings by @latonz in #2339
- fix: parenthesize upcast when inlining a Use= mapping in a projection by @Demivan in #2341
Full Changelog: v5.0.0-next.8...v5.0.0-next.9