FakeXrmEasy.Core.v365
2.1.1
Prefix Reserved
See the version list below for details.
dotnet add package FakeXrmEasy.Core.v365 --version 2.1.1
NuGet\Install-Package FakeXrmEasy.Core.v365 -Version 2.1.1
<PackageReference Include="FakeXrmEasy.Core.v365" Version="2.1.1" />
paket add FakeXrmEasy.Core.v365 --version 2.1.1
#r "nuget: FakeXrmEasy.Core.v365, 2.1.1"
// Install FakeXrmEasy.Core.v365 as a Cake Addin #addin nuget:?package=FakeXrmEasy.Core.v365&version=2.1.1 // Install FakeXrmEasy.Core.v365 as a Cake Tool #tool nuget:?package=FakeXrmEasy.Core.v365&version=2.1.1
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.1]
### Changed
- Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21
- Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
- Modified TopCount support in QueryByAttribute and QueryExpression, to not throw exception if PageInfo was set but empty: DynamicsValue/fake-xrm-easy#16
- Do not clear previous FakeMessageExecutors or GenericFakeMessageExecutors when adding new ones or when calling them multiple times: DynamicsValue/fake-xrm-easy#15
- Allow creating records with any statecode attribute, which will be overriden by the platform as Active - DynamicsValue/fake-xrm-easy#36
- Both GetEntityById and GetEntityById<T> now clone the entity record before returning it - DynamicsValue/fake-xrm-easy#27
## [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 is compatible. 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 && < 7.0.0)
- FakeXrmEasy.Abstractions.v365 (>= 2.1.1 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 8.2.0.1 && < 9.0.0)
- Microsoft.CrmSdk.XrmTooling.CoreAssembly (>= 8.2.0.1 && < 9.0.0)
-
.NETFramework 4.6.2
- FakeItEasy (>= 6.0.0 && < 7.0.0)
- FakeXrmEasy.Abstractions.v365 (>= 2.1.1 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 8.2.0.2 && < 9.0.0)
- Microsoft.CrmSdk.XrmTooling.CoreAssembly (>= 8.2.0.1 && < 9.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on FakeXrmEasy.Core.v365:
Package | Downloads |
---|---|
FakeXrmEasy.Messages.v365
This package contains implemented default fake messages. |
|
FakeXrmEasy.Plugins.v365
This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features. |
|
FakeXrmEasy.v365
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package. |
|
FakeXrmEasy.CodeActivities.v365
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.1 | 1,139 | 6/15/2024 |
3.4.2 | 2,920 | 2/14/2024 |
3.3.3 | 1,272 | 10/22/2023 |
3.3.1 | 2,977 | 3/21/2023 |
3.3.0 | 6,566 | 12/27/2022 |
3.2.0 | 7,114 | 9/7/2022 |
3.1.2 | 1,894 | 6/14/2022 |
3.1.1 | 1,919 | 5/30/2022 |
3.1.0 | 807 | 5/20/2022 |
3.0.2 | 12,590 | 3/15/2022 |
3.0.1-rc1.12 | 288 | 12/5/2021 |
3.0.1-rc1.11 | 295 | 12/2/2021 |
3.0.1-rc1.9 | 1,176 | 11/28/2021 |
3.0.1-rc1.6 | 249 | 11/23/2021 |
2.5.1 | 107 | 6/13/2024 |
2.5.0 | 176 | 6/10/2024 |
2.4.2 | 357 | 2/9/2024 |
2.4.1 | 248 | 2/7/2024 |
2.4.0 | 307 | 2/5/2024 |
2.3.3 | 586 | 10/15/2023 |
2.3.0 | 728 | 12/24/2022 |
2.2.0 | 573 | 9/7/2022 |
2.1.1 | 634 | 5/29/2022 |
2.1.0 | 723 | 3/21/2022 |
2.0.1-rc1.10 | 178 | 12/2/2021 |
2.0.1-rc1.8 | 1,197 | 11/28/2021 |
2.0.1-rc1.5 | 189 | 11/23/2021 |
2.0.1-rc1.4 | 150 | 11/23/2021 |
## [2.1.1]
### Changed
- Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21
- Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
- Modified TopCount support in QueryByAttribute and QueryExpression, to not throw exception if PageInfo was set but empty: DynamicsValue/fake-xrm-easy#16
- Do not clear previous FakeMessageExecutors or GenericFakeMessageExecutors when adding new ones or when calling them multiple times: DynamicsValue/fake-xrm-easy#15
- Allow creating records with any statecode attribute, which will be overriden by the platform as Active - DynamicsValue/fake-xrm-easy#36
- Both GetEntityById and GetEntityById<T> now clone the entity record before returning it - DynamicsValue/fake-xrm-easy#27
## [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