FakeXrmEasy.Core.v2011
2.1.0
Prefix Reserved
See the version list below for details.
dotnet add package FakeXrmEasy.Core.v2011 --version 2.1.0
NuGet\Install-Package FakeXrmEasy.Core.v2011 -Version 2.1.0
<PackageReference Include="FakeXrmEasy.Core.v2011" Version="2.1.0" />
paket add FakeXrmEasy.Core.v2011 --version 2.1.0
#r "nuget: FakeXrmEasy.Core.v2011, 2.1.0"
// Install FakeXrmEasy.Core.v2011 as a Cake Addin #addin nuget:?package=FakeXrmEasy.Core.v2011&version=2.1.0 // Install FakeXrmEasy.Core.v2011 as a Cake Tool #tool nuget:?package=FakeXrmEasy.Core.v2011&version=2.1.0
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.
RELEASE NOTES
------------------
## [2.1.0]
### Changed
Added TopCount support in QueryByAttribute, and throw exception if both TopCount and PageInfo are set: DynamicsValue/fake-xrm-easy#16
Removed .netcoreapp3.1 target framework in versions 2.x, it'll be supported from versions 3.x onwards.
Bump Microsoft.CrmSdk.CoreAssemblies to version 9.0.2.27 to support plugin telemetry - DynamicsValue/fake-xrm-easy#24
## [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.v2011 (>= 2.1.0 && < 3.0.0)
- Microsoft.Crm.Sdk.Proxy.2011 (= 5.0.18)
- Microsoft.Xrm.Client.2011 (= 5.0.18)
- Microsoft.Xrm.Sdk.2011 (= 5.0.18)
- Microsoft.Xrm.Sdk.Workflow.2011 (= 5.0.18)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FakeXrmEasy.Core.v2011:
Package | Downloads |
---|---|
FakeXrmEasy.Plugins.v2011
This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features. |
|
FakeXrmEasy.Messages.v2011
This package contains implemented default fake messages. |
|
FakeXrmEasy.CodeActivities.v2011
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.v2011
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 |
---|---|---|
2.5.1 | 121 | 6/13/2024 |
2.5.0 | 171 | 6/10/2024 |
2.4.2 | 222 | 2/9/2024 |
2.4.1 | 127 | 2/7/2024 |
2.4.0 | 175 | 2/5/2024 |
2.3.3 | 321 | 10/15/2023 |
2.3.0 | 637 | 12/24/2022 |
2.2.0 | 569 | 9/7/2022 |
2.1.1 | 620 | 5/29/2022 |
2.1.0 | 699 | 3/21/2022 |
2.0.1-rc1.10 | 172 | 12/2/2021 |
2.0.1-rc1.8 | 1,135 | 11/28/2021 |
2.0.1-rc1.5 | 179 | 11/23/2021 |
2.0.1-rc1.4 | 153 | 11/23/2021 |
## [2.1.0]
### Changed
Added TopCount support in QueryByAttribute, and throw exception if both TopCount and PageInfo are set: DynamicsValue/fake-xrm-easy#16
Removed .netcoreapp3.1 target framework in versions 2.x, it'll be supported from versions 3.x onwards.
Bump Microsoft.CrmSdk.CoreAssemblies to version 9.0.2.27 to support plugin telemetry - DynamicsValue/fake-xrm-easy#24
## [2.0.1-rc1] - Initial release