-
Add a step by step guide on how to migrate from AutoMapper to Mapperly.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
Would it be possible to merge this pull request from orig repo?
https://github.com/nartc/…
adros updated
9 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
```ts
@AutoMap()
inspection_order_status?: number;
@AutoMap()
inspection_order_…
-
Hello everyone.
Recently, me and my team decided to migrate our whole web system from .NET Framework to .NET 8, and upgrade/migrate all of our frameworks too, this lead us to migrate from EF6 to EF…
-
Rather than include DTOs inside the commands we can use automapper to keep things decoupled.
This is a comment on the general architecture of the system, not this specific pull request
_Original…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
After is called the mapper, i get a date as a string, as i wanted.
But 'id' property…
-
NH v. 5.2.7
Not sure if it's a bug or not but I got an error trying to run Odata with projected AutoMapper Dto:
```
public class Ticket: IEntity
{
public virtual string Id { get; set; }
…
-
I am trying to create the runtime store for my app for linux runtime.
I identified that this minimal manifest won't compile in my environment for target framework `netcoreapp3.1` and runtime `rhel.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
If you specify a null property type for an Entity class as a Union type such as "string | n…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
The imports doesn't work with latest Typescript versions with `moduleResolution:"node16"`
…