You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapster
feature: RequireDestinationMemberSourc per type pair
fix: mapping inherited interface without members causes CompileException
Mapster.Tool
feature: generate record DTO (flag -r)
feature: generate dynamic outputs & namespaces (flag -b)
feature: support nullable reference for model generation
fix: flag p produce invalid name
fix: cannot load library with multiple runtime assemblies
Mapster.Async [2.0]
- Fix nested async (sp thx to @cmann-andagon)
Mapster.EFCore [5.1]
- Fix passing param for EFCore
Mapster [7.1.5]
- Small message update
Mapster.Core [1.1.5]
- Support for new Mapster.Async & Mapster.Tool
Mapster.Tool [8.0.0]
- BREAKING CHANGES: no more generate projection by default
- BREAKING CHANGES: ForAllTypesInNamespace will also looking types in subnamespace
- Fix using types from different assemblies
- Split attributes and helper classes to Mapster.Core (for codegen pr…
…oject)
- Support C# 9.0 record type
- [Codegen] Support NET 5.0
- [Codegen] Fluent API to generate mapping
fix CreateNewIfNull
fix UseDestinationValue with collection
fix#272 IEnumerable is enumerating twice when adapted to array
fix#269 RequireExplicitMapping should validate child mapping
fix#266 ProjectToType doesn't work with DI(MapContext)