![]() |
VOOZH | about |
dotnet add package FakeXrmEasy.CodeActivities.v9 --version 2.9.3
NuGet\Install-Package FakeXrmEasy.CodeActivities.v9 -Version 2.9.3
<PackageReference Include="FakeXrmEasy.CodeActivities.v9" Version="2.9.3" />
<PackageVersion Include="FakeXrmEasy.CodeActivities.v9" Version="2.9.3" />Directory.Packages.props
<PackageReference Include="FakeXrmEasy.CodeActivities.v9" />Project file
paket add FakeXrmEasy.CodeActivities.v9 --version 2.9.3
#r "nuget: FakeXrmEasy.CodeActivities.v9, 2.9.3"
#:package FakeXrmEasy.CodeActivities.v9@2.9.3
#addin nuget:?package=FakeXrmEasy.CodeActivities.v9&version=2.9.3Install as a Cake Addin
#tool nuget:?package=FakeXrmEasy.CodeActivities.v9&version=2.9.3Install as a Cake Tool
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This package contains helpers to unit test code activities.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 is compatible. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.9.3 | 62 | 6/17/2026 |
| 2.9.2 | 177 | 6/12/2026 |
| 2.9.1 | 1,423 | 4/18/2026 |
| 2.9.0 | 1,733 | 3/17/2026 |
| 2.6.1 | 29,953 | 2/19/2025 |
| 2.6.0 | 13,900 | 2/2/2025 |
| 2.5.0 | 64,529 | 6/10/2024 |
| 2.4.0 | 29,230 | 2/6/2024 |
| 2.3.3 | 25,699 | 10/15/2023 |
| 2.3.0 | 120,697 | 12/24/2022 |
| 2.2.0 | 30,955 | 9/7/2022 |
| 2.1.1 | 29,935 | 5/29/2022 |
| 2.1.0 | 9,150 | 5/24/2022 |
| 2.0.1-rc1.5 | 547 | 11/23/2021 |
| 2.0.1-rc1.4 | 363 | 11/23/2021 |
## [2.9.3]
### Changed
- Increment version
## [2.9.2]
- Add .net reference assemblies - https://github.com/DynamicsValue/fake-xrm-easy/issues/249
- Increment version
## [2.9.1]
- Added net48 as the target framework along with net462 - https://github.com/DynamicsValue/fake-xrm-easy/issues/233
## [2.9.0]
### Changed
- Upgrade CrmSdk package versions - https://github.com/DynamicsValue/fake-xrm-easy/issues/217
- Increment package version for consistency with other packages and prevent downgrade package errors
## [2.6.1]
### Changed
- Remove XrmTooling dependency
## [2.6.0]
### Changed
- Updated dependencies to 2.6.x
## [2.5.0]
### Changed
- Update package dependencies
## [2.4.0]
### Added
- **Alpha**: Introduced subscription usage monitoring based on customer feedback
### Changed
- Set default build configuration in solution file to FAKE_XRM_EASY_9
- build.ps1 improvements: do not build project twice (added --no-build) when running dotnet test, do not build again either when packing assemblies either: https://github.com/DynamicsValue/fake-xrm-easy/issues/119
- Remove release notes from package description: https://github.com/DynamicsValue/fake-xrm-easy/issues/115
- Update build scripts to use 'all' target frameworks by default - https://github.com/DynamicsValue/fake-xrm-easy/issues/126
- Update github actions to use new Sonar environment variables - https://github.com/DynamicsValue/fake-xrm-easy/issues/120
## [2.3.3]
### Changed
- Upgraded FXE dependencies to 2.3.3
- Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105
## [2.3.0]
### Added
- It is now possible to use XrmRealContext to execute a code activity for integration test purposes - https://github.com/DynamicsValue/fake-xrm-easy/issues/35
## [2.2.0]
### Changed
- Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28
## [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
- Bump Microsoft.CrmSdk.CoreAssemblies to version 9.0.2.27 to support plugin telemetry - DynamicsValue/fake-xrm-easy#24
- Update package reference ranges to use 2.x versions only.
- Populate IServiceEndpointNotificationService into the execution context of the code activity from a fake workflow context DynamicsValue/fake-xrm-easy#18
## [2.0.1-rc1] - Initial release