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

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

 Riok.Mapperly 4.1.0-next.1

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>4.1.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.</description>
    <releaseNotes>🐛 Bug Fixes

ignore capacity related diagnostics for system collection types when mapping from custom type by @latonz in #1531

Removes the obsolete attribute from MapProperty.ctor(string\[], string\[]) by @latonz in #1535

allow assignments of MapValue constant value types to nullable value types by @latonz in #1536

Full Changelog: https://github.com/riok/mapperly/compare/v4.1.0-next.0...v4.1.0-next.1</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="e26778b9658cc5b43cc69da807ff94af231d93e8" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>