FakeXrmEasy.v9
2.9.1
Prefix Reserved
See the version list below for details.
dotnet add package FakeXrmEasy.v9 --version 2.9.1
NuGet\Install-Package FakeXrmEasy.v9 -Version 2.9.1
<PackageReference Include="FakeXrmEasy.v9" Version="2.9.1" />
<PackageVersion Include="FakeXrmEasy.v9" Version="2.9.1" />
<PackageReference Include="FakeXrmEasy.v9" />
paket add FakeXrmEasy.v9 --version 2.9.1
#r "nuget: FakeXrmEasy.v9, 2.9.1"
#:package FakeXrmEasy.v9@2.9.1
#addin nuget:?package=FakeXrmEasy.v9&version=2.9.1
#tool nuget:?package=FakeXrmEasy.v9&version=2.9.1
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
-
.NETFramework 4.6.2
- FakeItEasy (>= 6.0.0 && < 7.0.0)
- FakeXrmEasy.Abstractions.v9 (>= 2.9.1 && < 3.0.0)
- FakeXrmEasy.CodeActivities.v9 (>= 2.9.1 && < 3.0.0)
- FakeXrmEasy.Core.v9 (>= 2.9.1 && < 3.0.0)
- FakeXrmEasy.Messages.v9 (>= 2.9.1 && < 3.0.0)
- FakeXrmEasy.Plugins.v9 (>= 2.9.1 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 9.0.2.60)
-
.NETFramework 4.8
- FakeItEasy (>= 6.0.0 && < 7.0.0)
- FakeXrmEasy.Abstractions.v9 (>= 2.9.1 && < 3.0.0)
- FakeXrmEasy.CodeActivities.v9 (>= 2.9.1 && < 3.0.0)
- FakeXrmEasy.Core.v9 (>= 2.9.1 && < 3.0.0)
- FakeXrmEasy.Messages.v9 (>= 2.9.1 && < 3.0.0)
- FakeXrmEasy.Plugins.v9 (>= 2.9.1 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 9.0.2.60)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FakeXrmEasy.v9:
| Package | Downloads |
|---|---|
|
Niam.XRM.Framework.TestHelper
Test Framework for Niam.XRM.Framework. Make testing super easy in Microsoft Dynamics CRM Plugin Development. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.9.1 | 1,855 | 4/18/2026 |
| 3.9.0 | 1,530 | 3/23/2026 |
| 3.8.0 | 19,171 | 8/1/2025 |
| 3.7.0 | 10,375 | 7/24/2025 |
| 3.6.0 | 35,730 | 2/2/2025 |
| 3.5.0 | 59,420 | 6/15/2024 |
| 3.4.2 | 17,892 | 2/14/2024 |
| 3.3.3 | 27,104 | 10/22/2023 |
| 3.3.1 | 113,645 | 3/21/2023 |
| 3.3.0 | 25,229 | 12/27/2022 |
| 2.9.1 | 436 | 4/18/2026 |
| 2.9.0 | 1,200 | 3/18/2026 |
| 2.8.0 | 15,100 | 8/1/2025 |
| 2.7.0 | 3,153 | 7/22/2025 |
| 2.6.1 | 8,831 | 2/19/2025 |
| 2.6.0 | 13,251 | 2/2/2025 |
| 2.5.0 | 61,607 | 6/12/2024 |
| 2.4.2 | 31,381 | 2/14/2024 |
| 2.3.3 | 22,400 | 10/15/2023 |
| 2.3.1 | 97,863 | 12/27/2022 |
## [2.9.1]
- Add net48 target framework to v9 packages
- Increment package versions
## [2.9.0]
- Upgrade CrmSdk Coreassemblies for https://github.com/DynamicsValue/fake-xrm-easy/issues/217
- Increment package versions
## [2.8.0]
- Increment package versions
## [2.7.0]
- Increment package versions
## [2.6.1]
- Increment package versions and remove XrmTooling dependency
## [2.6.0]
- Increment package versions
## [2.5.0]
- Increment package versions
## [2.4.2]
- Increment package versions
- Update Github actions to increment action versions
## [2.3.3]
- Increment package versions
- Update build scripts to use new clean script
## [2.3.1]
- Another version to fix FakeXrmEasy.Plugins package dependency
## [2.3.0]
- Update package dependencies
## [2.1.2]
### Changed
- Fix package references to use 2.1.1 instead of 2.1.0
## [2.1.1]
### Changed
- Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
- Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37
## [2.1.0]
### Changed
- Updated nuget package references to only use 2.x versions
- Bump CoreAssemblies package in v9 to support ILogger telemetry and to match package dependencies
- Removed netcoreapp3.1 in 2x versions. It'll be supported in 3x versions
- Update GitHub actions after the netcoreapp3.1 removal in 2x
## [2.0.1-rc1] - Initial release