Why doesn't BusinessBase implement INotifyDataErrorInfo? #2382
Unanswered
GreatBarrier86
asked this question in
Questions
Replies: 1 comment 25 replies
-
There's also the older In CSLA 6 (having just checked), I see that |
Beta Was this translation helpful? Give feedback.
25 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.
-
I was curious about why
BusinessBase
doesn't implementINotifyDataErrorInfo
. I'm running into an issue with using CSLA with the DevExpress Xamarin control set and they've indicated that the reason errors aren't showing up in certain situations is becauseINotifyDataErrorInfo
is not being implemented. I can implement it myself, but I'm curious why it is not already done. I can see in IBusinessBase that it's implemented when#if NETFX_CORE && !ANDROID && !IOS
, but in the scenario of Xamarin, it's being excluded.I could implement it like this which would be relatively simple, but it may be inappropriate
Any insight would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions