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

Support for F# #99

Closed brikken closed 4 years ago

brikken commented 4 years ago

Any suggestions how to make this work for F#?

If that's not possible, any plans for supporting F# in the future? I'd be willing to help with implementation.

cezarypiatek commented 4 years ago

F# is not supported by the Roslyn (it has own compiler service) so the whole MappingGenerator should be totally rewritten to handle F#. For now, there is no plans to do that but I leave this issue open to see if there are more people interested in this subject.