FakeXrmEasy.CodeActivities.v2015
2.4.0
Prefix Reserved
See the version list below for details.
dotnet add package FakeXrmEasy.CodeActivities.v2015 --version 2.4.0
NuGet\Install-Package FakeXrmEasy.CodeActivities.v2015 -Version 2.4.0
<PackageReference Include="FakeXrmEasy.CodeActivities.v2015" Version="2.4.0" />
paket add FakeXrmEasy.CodeActivities.v2015 --version 2.4.0
#r "nuget: FakeXrmEasy.CodeActivities.v2015, 2.4.0"
// Install FakeXrmEasy.CodeActivities.v2015 as a Cake Addin #addin nuget:?package=FakeXrmEasy.CodeActivities.v2015&version=2.4.0 // Install FakeXrmEasy.CodeActivities.v2015 as a Cake Tool #tool nuget:?package=FakeXrmEasy.CodeActivities.v2015&version=2.4.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 | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- FakeItEasy (>= 6.0.0 && < 7.0.0)
- FakeXrmEasy.Abstractions.v2015 (>= 2.4.0 && < 3.0.0)
- FakeXrmEasy.Core.v2015 (>= 2.4.0 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 7.1.1 && < 8.0.0)
- Microsoft.CrmSdk.Extensions (>= 7.1.0.1 && < 8.0.0)
- Microsoft.CrmSdk.XrmTooling.CoreAssembly (>= 7.0.0.1 && < 8.0.0)
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 | 130 | 6/10/2024 |
2.4.0 | 210 | 2/6/2024 |
2.3.3 | 283 | 10/15/2023 |
2.3.0 | 365 | 12/24/2022 |
2.2.0 | 419 | 9/7/2022 |
2.1.1 | 444 | 5/29/2022 |
2.1.0 | 468 | 5/24/2022 |
2.0.1-rc1.5 | 209 | 11/23/2021 |
2.0.1-rc1.4 | 138 | 11/23/2021 |
## [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