-
When i'm trying to add continous same entity with difference key i has an error.
```C#
var trans = _context.Database.BeginTransaction();
NhomNguoiDung nnd = new NhomNguoiDung()
…
-
Now that you've released AutoMapper 13.0.0, projects using both that and AutoMapper.Extensions.EnumMapping cannot update to the latest version of AutoMapper because AutoMapper.Extensions.EnumMapping 3…
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Apologies if this has been answered before. I tried looking for issues about in…
-
### NuGet Product Used
Visual Studio Package Management UI
### Product Version
Dev\6.6.0.52
### Worked before?
_No response_
### Impact
It bothers me. A fix would be nice
### Repro Steps & Con…
-
Currently getting:
```
- jolicode/automapper[8.0.0, ..., 8.2.0] require nikic/php-parser ^4.0 -> found nikic/php-parser[v4.0.0, ..., v4.18.0] but the package is fixed to v5.0.2 (lock file version) b…
-
It would be nice if there could be a possibility to add filters for entities globally, similar to [Global Query Filters](https://docs.microsoft.com/en-us/ef/core/querying/filters) in Entity Framework …
-
### Source/destination types
```csharp
// Source
public class OrderTaskCreateDto
{
public string? LocationWarehouse { get; set; }
public string LocationPosition { get; set; } = n…
-
We currently face an issue with mapping an entity with related entities (i.e. groups --> users) where the child entity collection contains new entities (to be added) and existing entities (to be updat…
-
89wiz updated
10 months ago
-
Above warning displayed in Visual Studio with Nuget Package installed
`Warning NU1608 Detected package version outside of dependency constraint: AutoMapper.Collection 9.0.0 requires AutoMapper (>= …