FakeXrmEasy.Abstractions.v2016
2.9.0
Prefix Reserved
See the version list below for details.
dotnet add package FakeXrmEasy.Abstractions.v2016 --version 2.9.0
NuGet\Install-Package FakeXrmEasy.Abstractions.v2016 -Version 2.9.0
<PackageReference Include="FakeXrmEasy.Abstractions.v2016" Version="2.9.0" />
<PackageVersion Include="FakeXrmEasy.Abstractions.v2016" Version="2.9.0" />
<PackageReference Include="FakeXrmEasy.Abstractions.v2016" />
paket add FakeXrmEasy.Abstractions.v2016 --version 2.9.0
#r "nuget: FakeXrmEasy.Abstractions.v2016, 2.9.0"
#:package FakeXrmEasy.Abstractions.v2016@2.9.0
#addin nuget:?package=FakeXrmEasy.Abstractions.v2016&version=2.9.0
#tool nuget:?package=FakeXrmEasy.Abstractions.v2016&version=2.9.0
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an abstractions package containing only interfaces.
| 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
- Microsoft.CrmSdk.CoreAssemblies (>= 8.0.0 && < 8.2.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on FakeXrmEasy.Abstractions.v2016:
| Package | Downloads |
|---|---|
|
FakeXrmEasy.Core.v2016
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform. This is the core package containing a configurable middleware, crud operators, and query translation between FetchXml, QueryExpression, CRM LINQ, and QueryByAttribute. |
|
|
FakeXrmEasy.Plugins.v2016
This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features. |
|
|
FakeXrmEasy.Messages.v2016
This package contains implemented default fake messages. |
|
|
FakeXrmEasy.v2016
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package. |
|
|
FakeXrmEasy.CodeActivities.v2016
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.9.1 | 204 | 4/18/2026 |
| 3.9.0 | 212 | 3/18/2026 |
| 3.8.0 | 268 | 8/1/2025 |
| 3.6.0 | 1,464 | 2/2/2025 |
| 3.5.0 | 925 | 6/15/2024 |
| 3.4.0 | 546 | 2/14/2024 |
| 3.3.3 | 715 | 10/22/2023 |
| 3.3.1 | 905 | 3/20/2023 |
| 3.3.0 | 1,061 | 12/27/2022 |
| 3.2.0 | 1,739 | 9/7/2022 |
| 3.1.2 | 1,581 | 6/14/2022 |
| 2.9.1 | 152 | 4/18/2026 |
| 2.9.0 | 222 | 3/16/2026 |
| 2.8.0 | 271 | 8/1/2025 |
| 2.6.0 | 574 | 2/2/2025 |
| 2.5.0 | 400 | 6/10/2024 |
| 2.4.0 | 476 | 2/5/2024 |
| 2.3.3 | 396 | 10/15/2023 |
| 2.3.0 | 699 | 12/24/2022 |
| 2.2.0 | 657 | 9/7/2022 |
## [2.9.0]
- Upgrade CrmSdk coreassemblies version - https://github.com/DynamicsValue/fake-xrm-easy/issues/217
- Upgraded version for new aggregations functionality
## [2.8.0]
- Upgraded version for consistency
## [2.6.0]
### Changed
- Added extra parameter to definition of CreateEntity to know whether a record is being created from a Create or Upsert message. - https://github.com/DynamicsValue/fake-xrm-easy/issues/172
### Added
- Add new method to Initialize Files to support InMemory File Db - https://github.com/DynamicsValue/fake-xrm-easy/issues/157
## [2.5.0]
### Changed
- Upgraded CoreAssemblies package for v9 versions with latest version
## [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]
### Added
- Added method to find early bound types by using their entityTypeCode
## [2.3.2]
### Changed
- Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110
- Update CLA bot version
- Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105
## [2.3.0]
### Added
- Add new CustomApiFakeMessageExecutors property - https://github.com/DynamicsValue/fake-xrm-easy/issues/75
- Add enums needed for CustomProcessingStepType and BindingTypes of custom apis - https://github.com/DynamicsValue/fake-xrm-easy/issues/75
- Add IBaseCustomApiFakeMessageExecutor to better support both strongly-typed and late bound customa api when registering them in middleware - https://github.com/DynamicsValue/fake-xrm-easy/issues/50
- Add new ICustomApiFakeMessageExecutor and IGenericCustomApiFakeMessageExecutor interfaces to allow custom API execution with an optional plugin type as part of the Main Operation stage - https://github.com/DynamicsValue/fake-xrm-easy/issues/50
### Changed
- Move CallerProperties, GetTracingService and CallerProperties to IXrmBaseContext so the can be reused both in IXrmFakedContextand and IXrmRealContext interfaces - DynamicsValue/fake-xrm-easy#35
- Move XrmFakedPluginExecutionContext to the Plugins package, it'll be under FakeXrmEasy.Plugins as opposed to FakeXrmEasy.Abstractions.Plugins
## [2.2.0]
- Remove PullRequestException and added different types of exceptions depending on the license context
## [2.1.1]
### Changed
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
- Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21
## [2.1.0]
### Added
- Added Logger property to IXrmFakedPluginContextProperties - DynamicsValue/fake-xrm-easy#24
### Changed
- Upgraded Microsoft.CrmSdk.CoreAssemblies to 9.0.2.27 to support the new ILogger interface - DynamicsValue/fake-xrm-easy#24
- Removed .netcoreapp3.1 as the target framework in v2.x. .netcore support is available in v3.x instead and update CI build accordingly - DynamicsValue/fake-xrm-easy#28
## [2.0.1-rc1] - Initial release