FakeXrmEasy.Abstractions.v2013 2.6.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FakeXrmEasy.Abstractions.v2013 --version 2.6.0
                    
NuGet\Install-Package FakeXrmEasy.Abstractions.v2013 -Version 2.6.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.Abstractions.v2013" Version="2.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FakeXrmEasy.Abstractions.v2013" Version="2.6.0" />
                    
Directory.Packages.props
<PackageReference Include="FakeXrmEasy.Abstractions.v2013" />
                    
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.Abstractions.v2013 --version 2.6.0
                    
#r "nuget: FakeXrmEasy.Abstractions.v2013, 2.6.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.Abstractions.v2013&version=2.6.0
                    
Install FakeXrmEasy.Abstractions.v2013 as a Cake Addin
#tool nuget:?package=FakeXrmEasy.Abstractions.v2013&version=2.6.0
                    
Install FakeXrmEasy.Abstractions.v2013 as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on FakeXrmEasy.Abstractions.v2013:

Package Downloads
FakeXrmEasy.Core.v2013

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.v2013

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

FakeXrmEasy.Messages.v2013

This package contains implemented default fake messages.

FakeXrmEasy.CodeActivities.v2013

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.

FakeXrmEasy.v2013

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.6.0 229 2/2/2025
3.5.0 318 6/15/2024
3.4.0 286 2/14/2024
3.3.3 371 10/22/2023
3.3.1 489 3/20/2023
3.3.0 859 12/27/2022
3.2.0 1,292 9/7/2022
3.1.2 1,312 6/14/2022
3.1.1 1,336 5/30/2022
3.1.0 954 3/20/2022
3.0.2 1,388 3/15/2022
3.0.1-rc1.23 507 12/4/2021
3.0.1-rc1.22 179 12/2/2021
3.0.1-rc1.17 1,360 11/28/2021
3.0.1-rc1.15 1,198 11/28/2021
3.0.1-rc1.13 2,683 11/25/2021
3.0.1-rc1.6 184 11/23/2021
3.0.1-rc1.3 165 11/23/2021
2.6.0 214 2/2/2025
2.5.0 233 6/10/2024
2.4.0 312 2/5/2024
2.3.3 3,165 10/15/2023
2.3.0 478 12/24/2022
2.2.0 474 9/7/2022
2.1.1 753 5/29/2022
2.1.0 606 3/20/2022
2.0.1-rc1.21 185 12/2/2021
2.0.1-rc1.20 1,525 11/28/2021
2.0.1-rc1.19 1,422 11/28/2021
2.0.1-rc1.18 1,419 11/28/2021
2.0.1-rc1.16 1,354 11/28/2021
2.0.1-rc1.14 1,233 11/28/2021
2.0.1-rc1.12 2,580 11/25/2021
2.0.1-rc1.11 192 11/23/2021
2.0.1-rc1.2 172 11/23/2021

## [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