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

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

 Riok.Mapperly 3.5.1-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>3.5.1-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>## [3.5.1-next.2](https://github.com/riok/mapperly/compare/v3.5.1-next.1...v3.5.1-next.2) (2024-04-15)


### Bug Fixes

* Do not discover mapping methods marked as [ObjectFactory] automatically ([#1234](https://github.com/riok/mapperly/issues/1234)) ([1cd6814](https://github.com/riok/mapperly/commit/1cd6814c969fea77ba2537c8e2ba6f10f514e667))
* expand target type new when inlining in queryable projection mappings ([#1238](https://github.com/riok/mapperly/issues/1238)) ([840b6e1](https://github.com/riok/mapperly/commit/840b6e17555a944912ba332711dbce2d5b66395f))
* extend queryable project inlined arguments with full namespace ([#1233](https://github.com/riok/mapperly/issues/1233)) ([de3b332](https://github.com/riok/mapperly/commit/de3b332fed69762d0f6a64fc288823fe52898df9))
* respect user mapping attributes in generic mappings ([#1230](https://github.com/riok/mapperly/issues/1230)) ([f753ceb](https://github.com/riok/mapperly/commit/f753ceb5a7c32e9306300770359a185c354b031a))
* use correct nullable types when referencing named mappings ([#1237](https://github.com/riok/mapperly/issues/1237)) ([b3f79e8](https://github.com/riok/mapperly/commit/b3f79e814c38b726ec45a4c0e402dc76b0d2910e))</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="840b6e17555a944912ba332711dbce2d5b66395f" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>