FakeXrmEasy.Abstractions.v9 2.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package FakeXrmEasy.Abstractions.v9 --version 2.1.0
NuGet\Install-Package FakeXrmEasy.Abstractions.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.Abstractions.v9" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FakeXrmEasy.Abstractions.v9 --version 2.1.0
#r "nuget: FakeXrmEasy.Abstractions.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.
// Install FakeXrmEasy.Abstractions.v9 as a Cake Addin
#addin nuget:?package=FakeXrmEasy.Abstractions.v9&version=2.1.0

// Install FakeXrmEasy.Abstractions.v9 as a Cake Tool
#tool nuget:?package=FakeXrmEasy.Abstractions.v9&version=2.1.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.

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

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

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

Package Downloads
FakeXrmEasy.Core.v9 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.v9 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

FakeXrmEasy.Messages.v9 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package contains implemented default fake messages.

FakeXrmEasy.v9 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

FakeXrmEasy.CodeActivities.v9 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.4.0 8,614 2/14/2024
3.3.3 15,430 10/22/2023
3.3.1 47,716 3/20/2023
3.3.0 36,136 12/27/2022
3.2.0 14,637 9/7/2022
3.1.2 13,705 6/14/2022
3.1.1 7,276 5/30/2022
3.1.0 9,626 3/20/2022
3.0.2 9,170 3/15/2022
3.0.1-rc1.23 1,678 12/4/2021
3.0.1-rc1.22 298 12/2/2021
3.0.1-rc1.17 1,356 11/28/2021
3.0.1-rc1.15 1,261 11/28/2021
3.0.1-rc1.13 2,670 11/25/2021
3.0.1-rc1.6 1,726 11/23/2021
3.0.1-rc1.3 189 11/23/2021
2.4.0 5,632 2/5/2024
2.3.3 11,831 10/15/2023
2.3.0 50,962 12/24/2022
2.2.0 13,993 9/7/2022
2.1.1 15,699 5/29/2022
2.1.0 5,734 3/20/2022
2.0.1-rc1.21 4,557 12/2/2021
2.0.1-rc1.20 1,517 11/28/2021
2.0.1-rc1.19 1,395 11/28/2021
2.0.1-rc1.18 1,414 11/28/2021
2.0.1-rc1.16 1,337 11/28/2021
2.0.1-rc1.14 1,198 11/28/2021
2.0.1-rc1.12 2,639 11/25/2021
2.0.1-rc1.11 233 11/23/2021
2.0.1-rc1.2 142 11/23/2021

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