mapperly icon indicating copy to clipboard operation
mapperly copied to clipboard

A .NET source generator for generating object mappings. No runtime reflection.

Results 140 mapperly issues
Sort by recently updated
recently updated
newest added

When you have a mapping for creating a new instance of the target as well as setting an existing target object you have to duplicate the mapping information/rules as 2...

enhancement

**Describe the bug** When you have a project setup as disable, the generated mapping for IQueryable sets the IQueryable code block with #nullable disable but the generated code in the...

bug

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.7.0 to 7.9.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.9.0 7.9.0 (2024-05-13) 🚀 Features rule-tester: check for missing placeholder data in the message (#9039) 🩹 Fixes do...

dependencies
javascript

Bumps [clearlyip/code-coverage-report-action](https://github.com/clearlyip/code-coverage-report-action) from 4 to 5. Release notes Sourced from clearlyip/code-coverage-report-action's releases. v5.0 What's Changed fixes #52 support cobertura class level coverage by @​tm1000 in clearlyip/code-coverage-report-action#53 Fixes #39 Implements Negative...

dependencies
github_actions

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.7 to 2.8.0. Commits 6438bb8 v2.8.0 2afd4cd Pick up latest dependencies b8be108 Add multiplier format support to RunSettings 3c2e493 Update to 2.7.2-pre.17 and support Xunit.ParallelAlgorithm in RunSetttings...

dependencies
.NET

Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) from 2.0.150 to 2.0.152. Release notes Sourced from Meziantou.Analyzer's releases. 2.0.152 NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.152 What's Changed MA0029 should not report when for IQueryable when the predicate is a...

dependencies
.NET

Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 8.0.2 to 8.0.5. Release notes Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases. EF Core 8.0.5 This is a patch release of EF Core 8.0 containing only updates to dependencies. There...

dependencies
.NET

Bumps [Meziantou.Polyfill](https://github.com/meziantou/Meziantou.Polyfill) from 1.0.36 to 1.0.38. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Meziantou.Polyfill&package-manager=nuget&previous-version=1.0.36&new-version=1.0.38)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
.NET

Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 6.0.1 to 6.0.2. Release notes Sourced from coverlet.msbuild's releases. v6.0.2 Fixed Threshold-stat triggers error #1634 Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #1625 Type initializer errors...

dependencies
.NET

Are there any plans to support reverse mappings like they are [supported in AutoMapper](https://docs.automapper.org/en/latest/Reverse-Mapping-and-Unflattening.html)? In some of our projects we use this functionality quite extensively but we want to slowly...

enhancement