-
Notifications
You must be signed in to change notification settings - Fork 27
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
.Net 6 fails with exception Multiple methods found with 2 parameter(s) #222
Comments
Thanks for letting me know about this - I discovered it recently myself and have a fix in the branch for the next release. Cheers, Steve |
Thanks for the quick reply. What is the time frame for the next release? Or is there any alpha or beta releases to work with. 👍I like the AgileObject.Mapper better than Automapper because the AgileMapper expression tree throws better exceptions. Which are faster to debug and maintain. --Comparing dictionary Mapping between libraries. When AgileMapper throws exception I know which property failed, AutoMapper just gives a reflection error nearly impossible to find the failing property. |
Thanks for the feedback - happy to know you're finding the project useful! This issue is fixed as of v1.8.1, which is now available on NuGet. Cheers! |
You're welcome! Cheers! |
There is a reflection exception thrown from AgileObjects.NetStandardPolyfills library. "Multiple methods found with 2 parameter(s)". The problem was introduced when updating to net6. Not sure what the right combination of nuget packages to use to get this to work.
I created a sample in dotnetfiddler to demonstrate
Fiddlier Example
Stack Trace
The text was updated successfully, but these errors were encountered: