Utilities to streamline unit testing in Dynamics CRM 2011 by faking the IOrganizationService against an In-Memory context which runs blazingly fast.
Info
Version: | 1.58.1 |
Author(s): | @jordimontana |
Last Update: | Monday, June 27, 2022 |
.NET Fiddle: | Online Example |
Project Url: | http://dynamicsvalue.com/home?source=nuget |
NuGet Url: | https://www.nuget.org/packages/FakeXrmEasy |
Install
Install-Package FakeXrmEasy
dotnet add package FakeXrmEasy
paket add FakeXrmEasy
FakeXrmEasy Download (Unzip the "nupkg" after downloading)
Dependencies
- FakeItEasy(>= 6.0.0 && < 7.0.0)
- Microsoft.Xrm.Sdk.2011(>= 5.0.18 && <= 5.0.18)
- Microsoft.Xrm.Sdk.Workflow.2011(>= 5.0.18 && <= 5.0.18)
- Microsoft.Crm.Sdk.Proxy.2011(>= 5.0.18 && <= 5.0.18)
- Microsoft.Xrm.Client.2011(>= 5.0.18 && <= 5.0.18)
Tags