3.5.0-next.1 (2024-03-09)
Bug Fixes
Features
- add diagnostic if no members are mapped (#1129) (732cec4)
- Add option to disable automatic discovery of user implemented mapping method and to include/exclude specific user implemented mapping methods (#1070) (4e4937c)
- allow property mappings to use specific conversion (#1072) (61716b9)
- allow usage of mappings in MapPropertyAttribute.Use which are attributed with UserMappingAttribute (#1151) (1f0b3c5)
- allow user implemented mappings to be marked as default (#1071) (79f60cd)
- report a diagnostic for invalid MapPropertyAttribute usages (#1130) (b8b9e2a)
- support required mapping strategies on enums (#1073) (edc4933)
- validate usage of MapProperty attributes on enum and queryable mapping methods (#1074) (fbe7894)