You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW this issue is how I found it. Basically, during BeginEdit(), the configured formatter is given a BusinessRules instance, but since my formatter doesn't see it implement the custom interface I think it should, it failed.
I added code to fall back to MobileFormatter in this case, but this really shouldn't be needed. I wonder if this issue would be the key to rectifying this, at least partially.
Right now, the n-level undo code in
UndoableBase
has some direct dependencies onMobileFormatter
.That should be changed to rely on the configured serializer.
The text was updated successfully, but these errors were encountered: