FakeXrmEasy.Plugins.v9 2.1.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FakeXrmEasy.Plugins.v9 --version 2.1.0
                    
NuGet\Install-Package FakeXrmEasy.Plugins.v9 -Version 2.1.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.Plugins.v9" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FakeXrmEasy.Plugins.v9" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="FakeXrmEasy.Plugins.v9" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FakeXrmEasy.Plugins.v9 --version 2.1.0
                    
#r "nuget: FakeXrmEasy.Plugins.v9, 2.1.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.
#addin nuget:?package=FakeXrmEasy.Plugins.v9&version=2.1.0
                    
Install FakeXrmEasy.Plugins.v9 as a Cake Addin
#tool nuget:?package=FakeXrmEasy.Plugins.v9&version=2.1.0
                    
Install FakeXrmEasy.Plugins.v9 as a Cake Tool

This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features.

RELEASE NOTES
------------------
## [2.1.0]
### Added
New UsePluginStepRegistrationValidation that can be used to validate if a plugin step registration is valid - DynamicsValue/fake-xrm-easy#19 and DynamicsValue/fake-xrm-easy#33
Improved performance of retrieval of Plugin steps, added benchmark tests DynamicsValue/fake-xrm-easy#14
PluginStepAudit and new UsePluginStepAudit in PipelineOptions - DynamicsValue/fake-xrm-easy#19
PreValidation execution in Pipeline Simulation - DynamicsValue/fake-xrm-easy#19
PreImages and Postimages execution in Pipeline Simulation - DynamicsValue/fake-xrm-easy#19
Triggering plugins in PipelineSimulation based on filtering attributes - DynamicsValue/fake-xrm-easy#19
Support for ILogger and PluginTelemetry - DynamicsValue/fake-xrm-easy#24
### Changed
Upgraded Microsoft.CrmSdk.Coreassemblies dependency to 9.0.2.27 to support PluginTelemetry - DynamicsValue/fake-xrm-easy#24
Marked several execute plugin methods as obsolete
Populate OwningExtension in plugin execution context from default fake plugin context DynamicsValue/fake-xrm-easy#17
Populate PrimaryEntityId in plugin execution context from default fake plugin context DynamicsValue/fake-xrm-easy#8
## [2.0.1-rc1] - Initial release

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 (2)

Showing the top 2 NuGet packages that depend on FakeXrmEasy.Plugins.v9:

Package Downloads
FakeXrmEasy.v9

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package.

FakeXrmEasy.Integration.v9

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform. This package helps in integration testing scenarios.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.6.0 3,533 2/2/2025
3.5.0 33,283 6/15/2024
3.4.1 16,669 2/14/2024
3.3.3 20,266 10/22/2023
3.3.1 72,031 3/21/2023
3.3.0 24,979 12/27/2022
3.2.0 7,846 9/7/2022
3.1.2 3,729 6/14/2022
3.1.1 1,287 5/30/2022
3.1.0 1,011 5/20/2022
3.0.2 2,485 3/15/2022
3.0.1-rc1.3 320 12/6/2021
2.6.1 744 2/19/2025
2.6.0 1,596 2/2/2025
2.5.0 30,008 6/10/2024
2.4.1 20,092 2/7/2024
2.4.0 1,251 2/6/2024
2.3.3 19,892 10/15/2023
2.3.2 18,971 5/17/2023
2.3.0 78,337 12/27/2022
2.2.0 20,355 9/7/2022
2.1.1 19,820 5/29/2022
2.1.0 6,603 4/10/2022
2.0.1-rc1.2 6,688 12/6/2021
2.0.1-rc1.1 204 11/23/2021

## [2.1.0]
### Added
New UsePluginStepRegistrationValidation that can be used to validate if a plugin step registration is valid - DynamicsValue/fake-xrm-easy#19 and DynamicsValue/fake-xrm-easy#33
Improved performance of retrieval of Plugin steps, added benchmark tests DynamicsValue/fake-xrm-easy#14
PluginStepAudit and new UsePluginStepAudit in PipelineOptions - DynamicsValue/fake-xrm-easy#19
PreValidation execution in Pipeline Simulation - DynamicsValue/fake-xrm-easy#19
PreImages and Postimages execution in Pipeline Simulation - DynamicsValue/fake-xrm-easy#19
Triggering plugins in PipelineSimulation based on filtering attributes - DynamicsValue/fake-xrm-easy#19
Support for ILogger and PluginTelemetry - DynamicsValue/fake-xrm-easy#24
### Changed
Upgraded Microsoft.CrmSdk.Coreassemblies dependency to 9.0.2.27 to support PluginTelemetry - DynamicsValue/fake-xrm-easy#24
Marked several execute plugin methods as obsolete
Populate OwningExtension in plugin execution context from default fake plugin context DynamicsValue/fake-xrm-easy#17
Populate PrimaryEntityId in plugin execution context from default fake plugin context DynamicsValue/fake-xrm-easy#8
## [2.0.1-rc1] - Initial release