Add mixins (extends) feature to work with @nestjs/mapped-types and @nestjs/swagger #550
Open
2 of 9 tasks
Labels
bug
Something isn't working
Is there an existing issue for this?
Describe the issue
Hello folks,
I want to create a DTO class that keeps the @Swagger() and @AutoMap() annotations.
The problem is that the swagger annotations are not taken ...
If I use the PickType of swagger, I loose the @AutoMap() metadata ...
I found an issue that was closed but never got resolved : #271
Is there a solution for that ?
Models/DTOs/VMs
Parent class :
Subclass DTO :
Mapping configuration
No response
Steps to reproduce
No response
Expected behavior
To keep both @AutoMap() and @ApiProperty() metadata
Screenshots
No response
Minimum reproduction code
No response
Package
@automapper/core
@automapper/classes
@automapper/nestjs
@automapper/pojos
@automapper/mikro
@automapper/sequelize
Other package and its version
No response
AutoMapper version
8.0.0
Additional context
No response
The text was updated successfully, but these errors were encountered: