MappingGenerator Versions Save

:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.

1.17.437

3 years ago

What's new:

  • FIXED #136

1.17.435

3 years ago

What's new:

  • #133 Handle non-nullable reference types
  • Strip redundant constructor brackets

1.16.411

3 years ago

FIXED:

  • #129 Issue with duplicated overridden virtual members
  • #129 Issue with GUID fields mapping

1.16.405

4 years ago

Performance optimization

1.16.393

4 years ago
  • Added support for using object fields to generate mapping
  • Fixed testing fields and methods accessibility in the mapping context

1.15.386

4 years ago

Fix refactoring name and equivalenceKey

1.15.384

4 years ago

💯 New features:

  • Use existing member function for custom conversions
  • Handle conversions to collections from System.Collections.Immutable

1.14.356

4 years ago

Fixe issues related to generating initialization block based on the local accessible values.

1.14.348

4 years ago

💯 New features:

  • #102 Added refactoring for updating lambda parameter
  • #101 Added support for generating completing SELECT statement in LINQ queries
  • Added acronym expanding. Now it's possible to match fields as follows LastRequestTimeStamp with lr.TimeStamp

🔨 Fixed:

  • Method parameter completion works with inheritance

1.12.306

4 years ago

Fixed/Added:

  • Fixed VSIX ID to support extension update from VisualStudio
  • Added missing casting for Enum.Parse
  • Improved smart suggestions by using fields and properties from the containing type