fake-xrm-easy
fake-xrm-easy copied to clipboard
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
Removes some commented out assertions and replaces with sensible assertion.
- Return SchemaName in 1:N RetrieveRelationshipRequestExecutor, using RetrieveRelationshipRequest.Name, for both 1:N and N:N - Small date bugfix in ConditionOperatorTests.cs
- Falling back to metadata to fetch object type code when using weakly typed Entity - Filtering attributes for update messages
In issue #324 (PR #353), the fix works with inner join, but fails with left outer join. This PR fixes outer join in a similar way. Note: I duplicated the...