Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Releases: cezarypiatek/MappingGenerator

1.3.116-Preview

01 Jul 10:27
Compare
Choose a tag to compare
1.3.116-Preview Pre-release
Pre-release

New features/fixes:
#18 Add simplified object initialization
#14 Generate mapping code for Expression<Func<fromType, toType>>

1.2.77

14 May 20:19
Compare
Choose a tag to compare

Fixed:

  • #15 Extension error with a null exception
  • #13 Generate splatting in LINQ query does not work

1.2.65

19 Mar 16:51
Compare
Choose a tag to compare

Bug Fixes:

  • Fix issue with null ArgumentList

1.2.56

18 Mar 22:17
Compare
Choose a tag to compare

New features:

  • Add EmptyInitializationBlockCodeFixProvider initializing objects with local accessible variables
  • Add UseLocalVariablesAsParameterCodeFixProvider to provide local accessible variables as the parameters for method and constructor invocations
  • Add constructor splatting
  • Add support for mapping generic parameters
  • Add option to generate implementation of multi-parameter update this object method and multi-parameter constructor based on parameters

Bug fixes:

  • Fix issue with read-only properties
  • Fix issue with objects inheriting from collections

1.1.29

06 Mar 20:44
Compare
Choose a tag to compare

New features:

  • Function invocation splatting
  • Recursive flattening
  • Using multi-parameter constructors for mapping

1.0.16

25 Feb 17:35
Compare
Choose a tag to compare
1.0.16 Pre-release
Pre-release

Add mapping for unknown conversion.
Add heuristic for detecting implicit conversion and unwrapping member.

1.0.7

22 Feb 22:06
Compare
Choose a tag to compare
1.0.7 Pre-release
Pre-release
Add basic support for arrays