PopMal
PopMal
Hello. There are several lambda features on net.core 3.1 without layers. All this business is implemented through amplify cli. At the moment, there is a need to add layers for...
### Mapster Setting: `TypeAdapterConfig.GlobalSettings.Compiler = exp => exp.CompileWithDebugInfo();` `TypeAdapterConfig.GlobalSettings.Default.PreserveReference(true); TypeAdapterConfig.GlobalSettings.RequireDestinationMemberSource = true; TypeAdapterConfig.GlobalSettings.Scan(typeof(MappingConfig).Assembly);` `TypeAdapterConfig.GlobalSettings.Compile();` ### Entity Configuration: `TypeAdapterConfig.NewConfig() .Map(dto => dto .Id, entity=> entity.Id) .Ignore(dto => dto .PropToIgnore)` ### My...