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 Visual Studio 2019 beta #66

Closed bseng closed 5 years ago

bseng commented 5 years ago

Hi,

First of all congratulate on this amazing plugin!

I just tried to install in visual studio 2019 it said there's a pre-requisite and can't be installed.

Do you know what else do I need to install before installing this plugin?

Thanks,

cezarypiatek commented 5 years ago

Hi

I haven't had occasion to test it on VS2019. I guess the VSIX manifest should be adjusted to make it work with VS2019. https://github.com/cezarypiatek/MappingGenerator/blob/master/MappingGenerator/MappingGenerator/MappingGenerator.Vsix/source.extension.vsixmanifest

I will check that later and let you know if I'm able to release version with VS2019 support.

cezarypiatek commented 5 years ago

I've made a few adjustment to the extension manifest. @bseng would you mind to test this version and tell me if everything is working ok on VS2019? Here's the package with fixed manifest https://ci.appveyor.com/api/buildjobs/gf0jkfskdol78eru/artifacts/MappingGenerator%2FMappingGenerator%2FMappingGenerator.Vsix%2Fbin%2FRelease%2FMappingGenerator.vsix

bseng commented 5 years ago

It installs on 2019 beta and works great! Thanks for the quick response.

cezarypiatek commented 5 years ago

Thanks for the feedback