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

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

 Riok.Mapperly 2.9.0-next.4

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

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Riok.Mapperly</id>
    <version>2.9.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.
      Inspired by MapStruct.</description>
    <releaseNotes># [2.9.0-next.4](https://github.com/riok/mapperly/compare/v2.9.0-next.3...v2.9.0-next.4) (2023-07-26)


### Bug Fixes

*  is no longer treated as a member ([#575](https://github.com/riok/mapperly/issues/575)) ([b238481](https://github.com/riok/mapperly/commit/b23848167648b3dde900a6f241fb40a8d1563596))
* disable warning when iterating nullable array elements ([#592](https://github.com/riok/mapperly/issues/592)) ([8f37f44](https://github.com/riok/mapperly/commit/8f37f4401f51eb9c4f5fbcfb8424cbffe34fc9a8))
* incorrect initialization for nullable nested memberpath unflattening ([#591](https://github.com/riok/mapperly/issues/591)) ([9b74e8f](https://github.com/riok/mapperly/commit/9b74e8fb025809035a5dda0d6d91fb34f5f6d6ef))
* prevent generation of empty if not null statements ([#576](https://github.com/riok/mapperly/issues/576)) ([8cbeff1](https://github.com/riok/mapperly/commit/8cbeff1dbc7761f065d6ec75f5dbd8b05c713f87))


### Features

* add AllowNullPropertyAssignment option to disable assigning null values to nullable properties ([#584](https://github.com/riok/mapperly/issues/584)) ([0ccc734](https://github.com/riok/mapperly/commit/0ccc734a0f1cffc45538618904c910f4acb8c439))
* add tuple mapping support ([#467](https://github.com/riok/mapperly/issues/467)) ([208e8b4](https://github.com/riok/mapperly/commit/208e8b49d92d0e4d1dd6b1e3ffc09eea73b4adb0))</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="0ccc734a0f1cffc45538618904c910f4acb8c439" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>