Riok.Mapperly by Mapperly Contributors, Lars Tönz, Manuel Allenspach

<PackageReference Include="Riok.Mapperly" Version="4.0.0-next.4" />

 Riok.Mapperly 4.0.0-next.4

A .NET source generator for generating object mappings. No runtime reflection.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Riok.Mapperly</id>
    <version>4.0.0-next.4</version>
    <authors>Mapperly Contributors, Lars Tönz, Manuel Allenspach</authors>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>logo.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://mapperly.riok.app/</projectUrl>
    <description>A .NET source generator for generating object mappings.
      No runtime reflection.</description>
    <releaseNotes>🚨 Breaking Changes

Enum from/to string explicit mappings by @BeeTwin in #1483

🚀 Features

Adding support for mappers being nested under interfaces or records by @david-driscoll in #1464

Enum from/to string explicit mappings by @BeeTwin in #1483

Enum from/to string naming strategies by @BeeTwin in #1486

Enum naming strategies for DescriptionAttribute and EnuMemberAttribute by @latonz in #1507

🐛 Bug Fixes

report inaccessible constructor instead of mapping could not be created by @latonz in #1462

Support inlining of method with generic type arguments by @trejjam in #1498

Full Changelog: https://github.com/riok/mapperly/compare/v4.0.0-next.3...v4.0.0-next.4</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="d04ea668ef469308851368149959324caaa7336f" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>