-
when i user automapper in my project. i have many dto、entity,i want to use mapper.Map(new Source2()); rather then CreateMap(); every time.
### Source/destination types
```csharp
// Put your sou…
-
Hey this is a great package and I've been using it all over my projects!
I was wondering if there was a way to configure mappers to chain? I.e., I have a map from A -> B, and B -> C, rather than cr…
-
Hi,
After having upgraded my .NET project from .NET 6 to .NET 8, I can't install the latest version of AutoMapper 13.0.1.
It seems that .netstandard 2.1 was removed in this version and now only su…
-
-
### Library name and version
Azure.Identity v1.10.3
### Describe the bug
This code works in Azure Identity 1.9.0 but fails in v 1.10.x fails:
```
var credentials = new DefaultAzureCredential()…
-
### Describe your issue
When query filter is defined through `FluentMappingBuilder` using the `Func` type definition and it contains any joins, "Stack overflow" error occurs.
Provided example is…
-
Hi Team,
I am trying to upgrade AutoMapper from 6.2.2 to 13.0.1 in my project which it based on .net8.0. I could not find any documentation for the upgrade and I am able to see there are lots of br…
-
Reported by texnonik on Discord.
Happens on any minimal map with a tile layer with a mapres that has automapper rules, when the auto-automapper is enabled (A button is selected).
-
Hi, all!
I just wanted to report a strange behavior I encountered today.
I am using:
- AutoMapper 13.0.0
- AutoMapper.Extensions.ExpressionMapping 7.0.0
- Microsoft.EntityFrameworkCore 8.0.1…
-
### Description
We have a type converter for DateTime?/DateTime? for some legacy stuff, and it worked fine with usual mappings, but not for projections.
The **ConvertUsing** remark says, "Not used…