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
hi @jordimontana82, we're heavily using OrganizationServiceContext to perform create/update on related records in relationships in plugins. currently the library is always creating new related records causing There is already a record of entity xxx with id 8c170298-xxxx-xxxx-xxxx-0022489a2fb3, can't create with this Id. So we need to ignore affected tests for now.
Adding this feature will bring the faked context closely aligned with the runtime context making testing more efficient and reliable.
It seems EntityState is ignored when performing CRUD operations.
Review permutations of CRUD operations and the different entity states:
More info at: jordimontana82/fake-xrm-easy#255
The text was updated successfully, but these errors were encountered: