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

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

 Riok.Mapperly 4.0.0-next.2

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.2</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>🚀 Features

Add MappingTarget attribute to set the mapping target as the first parameter by @latonz in #1376

support additional mapping method parameters by @latonz in #1400

feat: inline methods consisting of a single return statement or local variable declaration expression by @hartmair in #1422

🐛 Bug Fixes

Fix failing projection with static mapper from another assembly by @trejjam in #1418

fix: Collect EnumerateUnmappedOrConfiguredTargetMembers to prevent collection was modified exception by @trejjam in #1438

Support inline expression with casting by @trejjam in #1419

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