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/mapping get only lists #117

Open jorisdebock opened 4 years ago

jorisdebock commented 4 years ago

112

jorisdebock commented 4 years ago

I noticed after upgrading the test project to netcoreapp3.1 this one test fails without any other changes to the code, and it seems a bit flaky sometimes the enum is wrong but other times not.

jorisdebock commented 4 years ago

I have made a separate pull request to update netcoreapp3.1 first, this will fix the failing unit test https://github.com/cezarypiatek/MappingGenerator/pull/118

jorisdebock commented 4 years ago

@cezarypiatek I will update this pr soon with the latest changes of the upstream branch and use dotnet 3.0. Could you let me know if this is the right direction for this solution?

cezarypiatek commented 4 years ago

@wazowsk1 please rebase your branch to master and push it again. Then I will be able to review your changes.

cezarypiatek commented 4 years ago

@wazowsk1 I've started do review your code. Hell lot of the work 👍 Please give me a couple of days for this.