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

**Describe the bug** I have a couple of unit tests in which I'm using a fetch xml with like conditions. It seems there are some issues with like operator when...

bug

**Describe the bug** An exception "Object reference not set to an instance of an object" is thrown when using a particular fetchxml **To Reproduce** The following code reproduce the issue...

bug

I'm getting a Test Run error when I include my generated entities class file and make any reference to it in my code. Here's the error: System.IO.FileLoadException : Could not...

question
waiting reply

We want to execute some piece of code using impersonation(using other's user context), any better way to impersonate using fakexrm? Thanks Ayyappa P

question

We have a Custom Entity , we are using fetch Xml to retreive the Record. When trying to Unit test the method it says Specified Cast is Not Valid when...

bug

Handle AliasedValue references on distinct queries that contain value types. SequenceEqual does not work for reference types. AliasedValue references can contain value types.

Hello! I'm having trouble testing UpsertRequest. FakeXrm version 2.4.2. Late bound. Testing the plugin code: ``` var entityRef = ((UpsertResponse)service.Execute(new UpsertRequest { Target = new Entity("entitynme") { KeyAttributes = {...

bug