cezarypiatek / MappingGenerator

:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
https://marketplace.visualstudio.com/items?itemName=54748ff9-45fc-43c2-8ec5-cf7912bc3b84.mappinggenerator
MIT License
1.03k stars 119 forks source link

Mapping from nullable structs to simple value handled incorrectly #168

Closed cezarypiatek closed 3 years ago

cezarypiatek commented 3 years ago

1) The `?.Value" suffix seems to be redundant. 2) There is also a problem with casting nullable structs to a simple value