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

<PackageReference Include="Riok.Mapperly" Version="2.7.0-next.1" />

 Riok.Mapperly 2.7.0-next.1

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.7.0-next.1</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.7.0-next.1](https://github.com/riok/mapperly/compare/v2.6.0...v2.7.0-next.1) (2023-01-23)


### Bug Fixes

* do not map from indexed properties ([#232](https://github.com/riok/mapperly/issues/232)) ([8f0c08d](https://github.com/riok/mapperly/commit/8f0c08d9a3b2620b25556cde98ddd0d82f4635e4))
* improve enum mapping runtime exception ([#230](https://github.com/riok/mapperly/issues/230)) ([7a6b90b](https://github.com/riok/mapperly/commit/7a6b90bc954237c4b48adcd17bd860f3b91bd16a))
* register output as implementation source output ([#246](https://github.com/riok/mapperly/issues/246)) ([0eccd4d](https://github.com/riok/mapperly/commit/0eccd4d83c9e0bc0a02879832bf8ea6eca7c42b9)), closes [#72](https://github.com/riok/mapperly/issues/72)


### Features

* constructor mapping support for MapProperty attribute ([#239](https://github.com/riok/mapperly/issues/239)) ([631fb34](https://github.com/riok/mapperly/commit/631fb346af74add9f3f924866912cd0b01e1c8ff))
* support IList&lt;T&gt;, List&lt;T&gt; and IReadOnlyList&lt;T&gt; targets ([#248](https://github.com/riok/mapperly/issues/248)) ([fcaf5a5](https://github.com/riok/mapperly/commit/fcaf5a5ec29f3ea1f0196d3c1bcee21927075aaf))</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="fcaf5a5ec29f3ea1f0196d3c1bcee21927075aaf" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>