FakeXrmEasy.CodeActivities.v9 2.4.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package FakeXrmEasy.CodeActivities.v9 --version 2.4.0
NuGet\Install-Package FakeXrmEasy.CodeActivities.v9 -Version 2.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FakeXrmEasy.CodeActivities.v9" Version="2.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FakeXrmEasy.CodeActivities.v9 --version 2.4.0
#r "nuget: FakeXrmEasy.CodeActivities.v9, 2.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FakeXrmEasy.CodeActivities.v9 as a Cake Addin
#addin nuget:?package=FakeXrmEasy.CodeActivities.v9&version=2.4.0

// Install FakeXrmEasy.CodeActivities.v9 as a Cake Tool
#tool nuget:?package=FakeXrmEasy.CodeActivities.v9&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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.4.0 3,376 2/6/2024
2.3.3 8,884 10/15/2023
2.3.0 41,079 12/24/2022
2.2.0 9,901 9/7/2022
2.1.1 11,163 5/29/2022
2.1.0 1,617 5/24/2022
2.0.1-rc1.5 319 11/23/2021
2.0.1-rc1.4 145 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