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

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

 Riok.Mapperly 3.6.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>3.6.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># [3.6.0-next.2](https://github.com/riok/mapperly/compare/v3.6.0-next.1...v3.6.0-next.2) (2024-06-03)


### Bug Fixes

* fixes using the wrong object factory when multiple factories with the same target type but different source types are used ([#1313](https://github.com/riok/mapperly/issues/1313)) ([51aa1da](https://github.com/riok/mapperly/commit/51aa1da0d315530d4d3f66afdbb0fdf519b9955b))
* In disable nullable reference type contexts do not assume nullable IQueryable generic types ([#1268](https://github.com/riok/mapperly/issues/1268)) ([56b03d2](https://github.com/riok/mapperly/commit/56b03d2a23a3032fcb5f23fcaf7b6f14eadd5a09))</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="51aa1da0d315530d4d3f66afdbb0fdf519b9955b" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>