-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make AutoMapper FEC branch to pass all the tests #222
Comments
The exception happens outside of running custom IL. Also "dynamic" is used in some tests, don't think it is supported already? |
Hi, what is the version did you check? Dynamic is not supported (or rather is not tested) |
its the latest |
Ok. Thanks for checking. I have started work to fix AM some time ago - here is the updated branch in my fork https://github.com/dadhi/AutoMapper/tree/FECv3 The main problem is that AM expressions are big and complex, and composed in a multiple places - so I wanted to expect them with lately added I am not sure when I can return back to this code because I have other things to finish. |
Done, but we should add some kind of regression testing for the new versions on FEC and AM |
The branch: https://github.com/AutoMapper/AutoMapper/tree/FastExpressionCompiler
The text was updated successfully, but these errors were encountered: