FakeXrmEasy.CodeActivities.v9
2.5.0
Prefix Reserved
dotnet add package FakeXrmEasy.CodeActivities.v9 --version 2.5.0
NuGet\Install-Package FakeXrmEasy.CodeActivities.v9 -Version 2.5.0
<PackageReference Include="FakeXrmEasy.CodeActivities.v9" Version="2.5.0" />
paket add FakeXrmEasy.CodeActivities.v9 --version 2.5.0
#r "nuget: FakeXrmEasy.CodeActivities.v9, 2.5.0"
// Install FakeXrmEasy.CodeActivities.v9 as a Cake Addin #addin nuget:?package=FakeXrmEasy.CodeActivities.v9&version=2.5.0 // Install FakeXrmEasy.CodeActivities.v9 as a Cake Tool #tool nuget:?package=FakeXrmEasy.CodeActivities.v9&version=2.5.0
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 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- FakeItEasy (>= 6.0.0 && < 7.0.0)
- FakeXrmEasy.Abstractions.v9 (>= 2.5.0 && < 3.0.0)
- FakeXrmEasy.Core.v9 (>= 2.5.0 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 9.0.2.52)
- Microsoft.CrmSdk.XrmTooling.CoreAssembly (>= 9.1.1.45)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.5.0 | 9,583 | 6/10/2024 |
2.4.0 | 15,735 | 2/6/2024 |
2.3.3 | 14,552 | 10/15/2023 |
2.3.0 | 62,599 | 12/24/2022 |
2.2.0 | 13,761 | 9/7/2022 |
2.1.1 | 15,056 | 5/29/2022 |
2.1.0 | 2,176 | 5/24/2022 |
2.0.1-rc1.5 | 340 | 11/23/2021 |
2.0.1-rc1.4 | 158 | 11/23/2021 |
## [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