Replies: 1 comment 1 reply
-
You should be using |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Im getting the exception in the title still. I found an old issue #1457 where the same exception was discussed and @jbogard confimed it was a bug or missing feature if i understood that correctly. Ive reproduced this in a spikeproject just to confirm nothing else was affecting it. It seems that the value of my sorceproperty don't matter if its null or not. If i do the conversion outside on automapper it works fine.
Source/destination types
Mapping configuration
Version: 10.1.1
Expected behavior
ByteString mapped with contents of byte[]
Actual behavior
Google.Protobuf.ByteString needs to have a constructor with 0 args or only optional args.
Steps to reproduce
Beta Was this translation helpful? Give feedback.
All reactions