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

[Feature request] - Code generation for equals override #67

Closed bseng closed 5 years ago

bseng commented 5 years ago

Hi,

Can we have another generate options that generate a compare function.

similar to https://github.com/GregFinzer/Compare-Net-Objects but without the reflection magic.

Thanks

cezarypiatek commented 5 years ago

Hi

Please check my another plugin https://github.com/cezarypiatek/DDDToolbox which is able to generate Equals method and comparison operators. Please let me know if that meets your requirements.

cezarypiatek commented 5 years ago

@bseng did you try DDDToolbox? Does this issue still matter?

bseng commented 5 years ago

yeah that plugin looks good. Thanks~