Getting CSLA0010 Arguments should be Serializable for Nullable Type #2617
Unanswered
mtavares628
asked this question in
Questions
Replies: 1 comment
-
You know @mtavares628, I don't know that I've ever tested to see if MobileFormatter properly serializes Nullable types. I think so, but I'm not 100% sure. Right this moment, @TheCakeMonster has been working to get the unit tests running again thanks to all the changes in CSLA 6... I do suspect that Nullable types serialize fine, and it is the analyzer that needs to be updated. I've created a backlog item: #2619 |
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.
-
I'm passing Nullable parameters into my DataPortal Fetch method, and the analyzer warning that operational arguments must be serializable. Based on looking at the definition of Nullable it is marked with the Serializable attribute. Is this an issue with the analyzer, or are Nullable Types not serializable with the DataPortal methods?
Beta Was this translation helpful? Give feedback.
All reactions