FakeXrmEasy.Core.v2011
2.3.3
dotnet add package FakeXrmEasy.Core.v2011 --version 2.3.3
NuGet\Install-Package FakeXrmEasy.Core.v2011 -Version 2.3.3
<PackageReference Include="FakeXrmEasy.Core.v2011" Version="2.3.3" />
paket add FakeXrmEasy.Core.v2011 --version 2.3.3
#r "nuget: FakeXrmEasy.Core.v2011, 2.3.3"
// Install FakeXrmEasy.Core.v2011 as a Cake Addin
#addin nuget:?package=FakeXrmEasy.Core.v2011&version=2.3.3
// Install FakeXrmEasy.Core.v2011 as a Cake Tool
#tool nuget:?package=FakeXrmEasy.Core.v2011&version=2.3.3
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.3.3]
### Added
- Introduced new user-defined exceptions to check whether an early-bound type is defined in multiple assemblies.
- New method to retrieve early bound types based on EntityTypeCode.
### Changed
- Update namespaces in tests project for consistency
- Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110
- Introduced new NewEntityRecord method to easily create instances of entity records based on the current use of early-bound or late-bound entities
- Resolves an issue with query evaluation and MultiOptionSets when using late bound entities or if type information is not present. - https://github.com/DynamicsValue/fake-xrm-easy/issues/66
## [2.3.2]
### Changed
- Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105
## [2.3.0]
### Changed
- Adding tests for MetadataGenerator - https://github.com/DynamicsValue/fake-xrm-easy/issues/77
- Moved GetContextFromSerialisedCompressedProfile method into the Plugins package and FakeXrmEasy.Plugins namespace
## [2.2.0]
### Changed
- Added extension methods to detect and execute generic CRUD requests (of type OrganizationRequest) - DynamicsValue/fake-xrm-easy#31
- Replaced references to PullRequestException by references to UnsupportedExceptionFactory to make it easier raising requests based on the license context
- **BREAKING**: In-Memory data dictionary that was defined as a public dictionary is now internal using a rewritten data structure to prepare for parallelization and concurrency. If you were accessing this property, please use the GetEntity or CreateQuery public methods in the IXrmFakedContext interface to query the state of the In-Memory database state instead. For any other use, always rely on the IOrganizationService* interfaces only. This breaking change will affect you only if you were accessing the 'Data' dictionary directly.
- Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28
## [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 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 && < 7.0.0)
- FakeXrmEasy.Abstractions.v2011 (>= 2.3.3 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (= 5.0.18)
- Microsoft.CrmSdk.Deployment (= 5.0.18)
- Microsoft.CrmSdk.Extensions (= 5.0.18)
- Microsoft.CrmSdk.Workflow (= 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. RELEASE NOTES ------------------ ## [2.3.3] ### Changed - Updated build scripts so that it actually deletes bin folders as opposed to doing dotnet clean - https://github.com/DynamicsValue/fake-xrm-easy/issues/76 - Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110 - Returns organisation and business unit in WhoAmIRequest to support Calendar rules - https://github.com/DynamicsValue/fake-xrm-easy/issues/23 - Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105 ## [2.3.0] ### Changed - Updated dependencies ## [2.2.0] ### Changed - Replace references to PullRequestException by UnsupportedExceptionFactory - Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28 ## [2.1.1] ### Changed - Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37 - Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21 - Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41 ## [2.1.0] ### Changed - Update executor after fix DynamicsValue/fake-xrm-easy#16 was introduced. - Update package reference ranges to use 2.x versions only. - 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 |
|
FakeXrmEasy.v2011
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package. RELEASE NOTES ------------------ ## [2.3.3] - Increment package versions - Update build scripts to use new clean script ## [2.3.1] - Another version to fix FakeXrmEasy.Plugins package dependency ## [2.3.0] - Update package dependencies ## [2.1.2] ### Changed - Fix package references to use 2.1.1 instead of 2.1.0 ## [2.1.1] ### Changed - Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21 - Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41 - Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37 ## [2.1.0] ### Changed - Updated nuget package references to only use 2.x versions - Bump CoreAssemblies package in v9 to support ILogger telemetry and to match package dependencies - Removed netcoreapp3.1 in 2x versions. It'll be supported in 3x versions - Update GitHub actions after the netcoreapp3.1 removal in 2x ## [2.0.1-rc1] - Initial release |
|
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. RELEASE NOTES ------------------ ## [2.3.3] ### Changed - Upgraded FXE dependencies to 2.3.3 - Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105 ## [2.3.0] ### Added - It is now possible to use XrmRealContext to execute a code activity for integration test purposes - https://github.com/DynamicsValue/fake-xrm-easy/issues/35 ## [2.2.0] ### Changed - Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28 ## [2.1.1] ### Changed - Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21 - Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41 - Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37 ## [2.1.0] ### Changed - Bump Microsoft.CrmSdk.CoreAssemblies to version 9.0.2.27 to support plugin telemetry - DynamicsValue/fake-xrm-easy#24 - Update package reference ranges to use 2.x versions only. - Populate IServiceEndpointNotificationService into the execution context of the code activity from a fake workflow context DynamicsValue/fake-xrm-easy#18 ## [2.0.1-rc1] - Initial release |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.3 | 155 | 10/15/2023 |
2.3.0 | 573 | 12/24/2022 |
2.2.0 | 509 | 9/7/2022 |
2.1.1 | 563 | 5/29/2022 |
2.1.0 | 639 | 3/21/2022 |
2.0.1-rc1.10 | 151 | 12/2/2021 |
2.0.1-rc1.8 | 1,114 | 11/28/2021 |
2.0.1-rc1.5 | 160 | 11/23/2021 |
2.0.1-rc1.4 | 132 | 11/23/2021 |
## [2.3.3]
### Added
- Introduced new user-defined exceptions to check whether an early-bound type is defined in multiple assemblies.
- New method to retrieve early bound types based on EntityTypeCode.
### Changed
- Update namespaces in tests project for consistency
- Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110
- Introduced new NewEntityRecord method to easily create instances of entity records based on the current use of early-bound or late-bound entities
- Resolves an issue with query evaluation and MultiOptionSets when using late bound entities or if type information is not present. - https://github.com/DynamicsValue/fake-xrm-easy/issues/66
## [2.3.2]
### Changed
- Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105
## [2.3.0]
### Changed
- Adding tests for MetadataGenerator - https://github.com/DynamicsValue/fake-xrm-easy/issues/77
- Moved GetContextFromSerialisedCompressedProfile method into the Plugins package and FakeXrmEasy.Plugins namespace
## [2.2.0]
### Changed
- Added extension methods to detect and execute generic CRUD requests (of type OrganizationRequest) - DynamicsValue/fake-xrm-easy#31
- Replaced references to PullRequestException by references to UnsupportedExceptionFactory to make it easier raising requests based on the license context
- **BREAKING**: In-Memory data dictionary that was defined as a public dictionary is now internal using a rewritten data structure to prepare for parallelization and concurrency. If you were accessing this property, please use the GetEntity or CreateQuery public methods in the IXrmFakedContext interface to query the state of the In-Memory database state instead. For any other use, always rely on the IOrganizationService* interfaces only. This breaking change will affect you only if you were accessing the 'Data' dictionary directly.
- Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28
## [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