-
**Is your feature request related to a problem? Please describe.**
When having mappings defined in different classes/files, I get RMG068: Cannot inline user implemented queryable expression mapping. …
-
-
```
System.InvalidCastException: Unable to cast object of type 'Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1[MyApp.API.ViewModels.InventoryServerViewModel]' to type 'System.Linq.IQu…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I use ProjectTo from AutoMapperQueryableExtensions with explicit expansion set in AutoMapper …
-
In some cases, that can be hard to predict, the Workbench Automapper maps to a field in a related table, like collecting event, through the cataloger (and sometimes other) agent.
![image](https://…
-
> AutoMapper.Mapper.CreateMap(_sourceType, _destinationType);
var viewModel = AutoMapper.Mapper.Map(model, srcGenericType, destGenericType);
can't be passed, how correct it?
> using…
-
Otroligt mycket smidigare att ha en UserMapProfile och som mappar mellan ApiSubcription och SubScription mm. Allt samlat på 1 ställe och kan enhetstestas på 2 rader
public class AutoMapperTests
…
-
## Description
I would like to map using nested properties for array to object mapping in the current implementation.
### Example
Given an input array:
```php
[
'saved_at' => '2024-0…
-
Hi,
I was wondering if there is a reason that you require the AutoMapper version 3.0.0. For all other references you've set `SpecificVersion`to `False`. Is it possible not to lock on a specific versi…
scho updated
10 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
Hello folks,
I want to create a DTO class that keeps the @swagger() and @automap()…