MethodCaller CallMethodTryAsync Errors #4838
Unanswered
richard-chamberlain
asked this question in
Questions
Replies: 1 comment 2 replies
-
|
I'm pretty sure the object factory concept has always expected return values to be What is the problem you are encountering? |
Beta Was this translation helpful? Give feedback.
2 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 currently upgrading a Csla 4.6 project that uses ObjectFactory to Csla 10.
All DataPortal ObjectFactory async functions throws a NotSupportedException unless the return value is
Task<object>.I traced the issue to the function ThrowIfNotTaskTReturn in MethodCaller
Any Suggestions?
Thanks,
Richard
Beta Was this translation helpful? Give feedback.
All reactions