BypassPropertyChecks flag not set to true in factory. #2535
Unanswered
kcabral817
asked this question in
Questions
Replies: 1 comment
-
These are two different things. The I suppose, though, that it might make some sense for the flag to be consistent - as obviously this does seem inconsistent. |
Beta Was this translation helpful? Give feedback.
0 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.
-
In the above example code, I'm using a factory to map between csla object and sql server object. I've set the suppress rule checking before automapper maps between the objects, but the isBypassingPropertyChecks flag is set to false. Should the bypass flag be true and should it be bypassing for the object graph?
Beta Was this translation helpful? Give feedback.
All reactions