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

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

 Riok.Mapperly 4.0.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.0.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>🚨 Breaking Changes

ignore indexed properties by @latonz in #1351

add enum underlying type conversion by @latonz in #1352

strict mappings by default by @latonz in #1353

support mapping properties in foreach mappings by @latonz in #1364

🚀 Features

Refactor member matching and member mapping building process by @latonz in #1334

Introduce MapValueAttribute to map constant values and method provided values by @latonz in #1335

🐛 Bug Fixes

adjust diagnostic messages to be correct when applied with MapValue by @latonz in #1332

allow same-name members with different casings by @latonz in #1350

Replace invalid MapPropertyAttribute constructors with valid versions by @latonz in #1354

Full Changelog: https://github.com/riok/mapperly/compare/v3.6.0...v4.0.0-next.0
Breaking changes migration guide: https://next.mapperly.riok.app/docs/breaking-changes/4-0</releaseNotes>
    <tags>Mapper SourceGenerator</tags>
    <repository type="git" url="https://github.com/riok/mapperly" commit="be76178a264cc683e09a6afd89ffceb06bf7e638" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>