fake-xrm-easy icon indicating copy to clipboard operation
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

Results 108 fake-xrm-easy issues
Sort by recently updated
recently updated
newest added

**Is this a bug really?** I'd say it's a bug because I use PipelineSimulation as expected, registering my plugin (that only has full constructur with arguments). The registration succeeds, but...

bug
enhancement

Introduced with #300 the Frameworks specifies all incoming DateTime values as UTC regardless of the source Kind. The CRM behaviour is converting the incoming values to UTC regarding the given...

**Is your feature request related to a problem? Please describe.** At the minute, CDS / CRM returns calendarrules entities / attributes when retrieving a Calendar entity without requesting them explicitly....

enhancement

Hi Jordi, I create new Fake Message **RetrieveCurrentOrganizationRequest**, which uses fake OrganizationUrl, Company and Organization. I just need your help to fix preprocessor directives, because **RetrieveCurrentOrganizationRequest** is supported by FAKE_XRM_EASY.2015...

enhancement
scope-fake-messages

Right now it's creating multiple records in the intersect entity that point to both the exact same target and referenced entity record.

bug

Hi, I am not sure if the framework support the scenario of using anUpsertRequest And KeyAttributeCollection of Composite Keys. I have tried to implement to test it, but I got...

It seems that when using latest version of FakeXrmEasy.365 and using the above method to init metadata from early bound types, it's complaining about this [missing reference probably because type...

bug

Running code containing CloseIncidentRequest throws the following error: FakeXrmEasy.PullRequestException: 'Exception: The organization request type 'Microsoft.Crm.Sdk.Messages.CloseIncidentRequest' is not yet supported... but we DO love pull requests so please feel free to...

Release build configuration did not have define constants defined, like the Debug configuration does.

needs review

When a FetchXml aggregate includes a groupby clause on an optionset value then FakeXrmEasy will return incorrect results. The following unit tests is similar to other tests within AggregateTests.cs, except...