FakeXrmEasy.Plugins.v2016
2.1.0
Prefix Reserved
See the version list below for details.
dotnet add package FakeXrmEasy.Plugins.v2016 --version 2.1.0
NuGet\Install-Package FakeXrmEasy.Plugins.v2016 -Version 2.1.0
<PackageReference Include="FakeXrmEasy.Plugins.v2016" Version="2.1.0" />
paket add FakeXrmEasy.Plugins.v2016 --version 2.1.0
#r "nuget: FakeXrmEasy.Plugins.v2016, 2.1.0"
// Install FakeXrmEasy.Plugins.v2016 as a Cake Addin #addin nuget:?package=FakeXrmEasy.Plugins.v2016&version=2.1.0 // Install FakeXrmEasy.Plugins.v2016 as a Cake Tool #tool nuget:?package=FakeXrmEasy.Plugins.v2016&version=2.1.0
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 | 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)
- FakeXrmEasy.Abstractions.v2016 (>= 2.1.0 && < 3.0.0)
- FakeXrmEasy.Core.v2016 (>= 2.1.0 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 8.1.0.2 && < 8.2.0)
- Microsoft.CrmSdk.XrmTooling.CoreAssembly (>= 8.1.0.2 && < 8.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FakeXrmEasy.Plugins.v2016:
Package | Downloads |
---|---|
FakeXrmEasy.v2016
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.5.0 | 155 | 6/15/2024 |
3.4.1 | 202 | 2/14/2024 |
3.3.3 | 387 | 10/22/2023 |
3.3.1 | 420 | 3/21/2023 |
3.3.0 | 444 | 12/27/2022 |
3.2.0 | 636 | 9/7/2022 |
3.1.2 | 697 | 6/14/2022 |
3.1.1 | 638 | 5/30/2022 |
3.1.0 | 422 | 5/20/2022 |
3.0.2 | 698 | 3/15/2022 |
3.0.1-rc1.3 | 165 | 12/6/2021 |
2.5.0 | 115 | 6/10/2024 |
2.4.1 | 177 | 2/7/2024 |
2.4.0 | 121 | 2/6/2024 |
2.3.3 | 149 | 10/15/2023 |
2.3.2 | 173 | 5/17/2023 |
2.3.0 | 337 | 12/27/2022 |
2.2.0 | 396 | 9/7/2022 |
2.1.1 | 498 | 5/29/2022 |
2.1.0 | 491 | 4/10/2022 |
2.0.1-rc1.2 | 157 | 12/6/2021 |
2.0.1-rc1.1 | 153 | 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