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 120 forks source link

not support fields? #105

Closed raveneer closed 4 years ago

raveneer commented 4 years ago

I know using {get; private set;} is better than using a field in C# culture. but just have curious.

cezarypiatek commented 4 years ago

Hi, currently fields are not supported. I'm working on it but I can't promise when this will be released (I need to refactor a couple of things before to keep the codebase still maintainable). The same issue has been reported as #94

cezarypiatek commented 4 years ago

Close reason: duplicated #94