Replies: 1 comment 3 replies
-
Remove |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
after I upgraded your nuget to the 11.0.1 version I get a
System.NullReferenceException
when I try to Compile mappings.the strange is that the same code working on 10.1.1 version correctly
Source/destination types
The issue is throwing in internal of your method CompileExecutionPlan and does not return more of the "System.NullReferenceException: 'Object reference not set to an instance of an object.'" information.
What is interesting the VS debugger threw an exception of type 'System.NullReferenceException' for the first 5 elements of _resolvedMaps but when I call everyone one by one its ok

I am aware that this may be a bug in my code but I cannot figure out where it may be.
Some ideas on how to return un information on what mapping those issues is throwing?
Beta Was this translation helpful? Give feedback.
All reactions