FakeXrmEasy.Abstractions.v2015
2.2.0
Prefix Reserved
See the version list below for details.
dotnet add package FakeXrmEasy.Abstractions.v2015 --version 2.2.0
NuGet\Install-Package FakeXrmEasy.Abstractions.v2015 -Version 2.2.0
<PackageReference Include="FakeXrmEasy.Abstractions.v2015" Version="2.2.0" />
paket add FakeXrmEasy.Abstractions.v2015 --version 2.2.0
#r "nuget: FakeXrmEasy.Abstractions.v2015, 2.2.0"
// Install FakeXrmEasy.Abstractions.v2015 as a Cake Addin #addin nuget:?package=FakeXrmEasy.Abstractions.v2015&version=2.2.0 // Install FakeXrmEasy.Abstractions.v2015 as a Cake Tool #tool nuget:?package=FakeXrmEasy.Abstractions.v2015&version=2.2.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.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
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 (>= 7.0.0.1 && < 8.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FakeXrmEasy.Abstractions.v2015:
Package | Downloads |
---|---|
FakeXrmEasy.Core.v2015
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.v2015
This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features. |
|
FakeXrmEasy.Messages.v2015
This package contains implemented default fake messages. |
|
FakeXrmEasy.v2015
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package. |
|
FakeXrmEasy.CodeActivities.v2015
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.5.0 | 254 | 6/15/2024 |
3.4.0 | 284 | 2/14/2024 |
3.3.3 | 367 | 10/22/2023 |
3.3.1 | 1,922 | 3/20/2023 |
3.3.0 | 838 | 12/27/2022 |
3.2.0 | 1,288 | 9/7/2022 |
3.1.2 | 1,324 | 6/14/2022 |
3.1.1 | 1,298 | 5/30/2022 |
3.1.0 | 969 | 3/20/2022 |
3.0.2 | 1,366 | 3/15/2022 |
3.0.1-rc1.23 | 452 | 12/4/2021 |
3.0.1-rc1.22 | 167 | 12/2/2021 |
3.0.1-rc1.17 | 1,317 | 11/28/2021 |
3.0.1-rc1.15 | 1,175 | 11/28/2021 |
3.0.1-rc1.13 | 2,656 | 11/25/2021 |
3.0.1-rc1.6 | 162 | 11/23/2021 |
3.0.1-rc1.3 | 145 | 11/23/2021 |
2.5.0 | 197 | 6/10/2024 |
2.4.0 | 302 | 2/5/2024 |
2.3.3 | 233 | 10/15/2023 |
2.3.0 | 474 | 12/24/2022 |
2.2.0 | 473 | 9/7/2022 |
2.1.1 | 628 | 5/29/2022 |
2.1.0 | 591 | 3/20/2022 |
2.0.1-rc1.21 | 163 | 12/2/2021 |
2.0.1-rc1.20 | 1,471 | 11/28/2021 |
2.0.1-rc1.19 | 1,431 | 11/28/2021 |
2.0.1-rc1.18 | 1,378 | 11/28/2021 |
2.0.1-rc1.16 | 1,298 | 11/28/2021 |
2.0.1-rc1.14 | 1,177 | 11/28/2021 |
2.0.1-rc1.12 | 2,628 | 11/25/2021 |
2.0.1-rc1.11 | 167 | 11/23/2021 |
2.0.1-rc1.2 | 151 | 11/23/2021 |
## [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