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
If you create a new entity in EntityManager "A", export to string, and then import to EntityManager "B," EntityManager B will still have HasChanges == false. An inspection of EntityManager B's entities shows the new entity in the Added EntityState.
I believe EntityManager method "AttachImportedEntity" should be calling "NotifyStateChange."
The text was updated successfully, but these errors were encountered:
If you create a new entity in EntityManager "A", export to string, and then import to EntityManager "B," EntityManager B will still have HasChanges == false. An inspection of EntityManager B's entities shows the new entity in the Added EntityState.
I believe EntityManager method "AttachImportedEntity" should be calling "NotifyStateChange."
The text was updated successfully, but these errors were encountered: