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

<PackageReference Include="Riok.Mapperly" Version="3.3.0-next.5" />

 Riok.Mapperly 3.3.0-next.5

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.3.0-next.5</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.3.0-next.5](https://github.com/riok/mapperly/compare/v3.3.0-next.4...v3.3.0-next.5) (2023-11-28)


### Bug Fixes

* improve location of reported diagnostics ([#937](https://github.com/riok/mapperly/issues/937)) ([980ac3e](https://github.com/riok/mapperly/commit/980ac3e730e497e5f6b7bc169d5d5ff3e9ecd07f))
* Respect AllowNullPropertyAssignment correctly when mapping code is not a direct assignment ([#939](https://github.com/riok/mapperly/issues/939)) ([cac2f2e](https://github.com/riok/mapperly/commit/cac2f2e74848ef418e8b670b3fe098a06710da1b))
* when resolving constructors allow a non-nullable value type to be assigned to a nullable value type ([#938](https://github.com/riok/mapperly/issues/938)) ([6e08f8e](https://github.com/riok/mapperly/commit/6e08f8e0cca258687d2f3c7751e80359629580d3))


### Features

* improve ToString handling and use simplest overloads available ([#950](https://github.com/riok/mapperly/issues/950)) ([574cef7](https://github.com/riok/mapperly/commit/574cef72ceb81cebe6351633ba96b06fb56bf0b5))</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="574cef72ceb81cebe6351633ba96b06fb56bf0b5" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>