Microsoft.CrmSdk.CoreAssemblies 9.0.2.50

This package contains the official Microsoft.Xrm.Sdk.dll and Microsoft.Crm.Sdk.Proxy.dll assemblies plus tools and has been authored by the Microsoft Common Data Service SDK team.

Showing the top 20 packages that depend on Microsoft.CrmSdk.CoreAssemblies.

Packages Downloads
ace.CEX.Search
ace.CEX.Search Lib zum phonetischen Suchen im CRM
4
ace.Crm.Engine
ace CRM Engine for Dynamics 365 v9.0 / v9.1. This nuget does not include the Crm CoreAssemblies. They are added by a dependency.
8
ace.Crm.Engine
ace CRM Engine for Dynamics 365 v9.0 / v9.1. This nuget does not include the Crm CoreAssemblies. They are added by a dependency.
9
FakeXrmEasy.Abstractions.v9
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
6
FakeXrmEasy.Abstractions.v9
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.3.3] ### Added - Added method to find early bound types by using their entityTypeCode ## [2.3.2] ### Changed - Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110 - Update CLA bot version - Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105 ## [2.3.0] ### Added - Add new CustomApiFakeMessageExecutors property - https://github.com/DynamicsValue/fake-xrm-easy/issues/75 - Add enums needed for CustomProcessingStepType and BindingTypes of custom apis - https://github.com/DynamicsValue/fake-xrm-easy/issues/75 - Add IBaseCustomApiFakeMessageExecutor to better support both strongly-typed and late bound customa api when registering them in middleware - https://github.com/DynamicsValue/fake-xrm-easy/issues/50 - Add new ICustomApiFakeMessageExecutor and IGenericCustomApiFakeMessageExecutor interfaces to allow custom API execution with an optional plugin type as part of the Main Operation stage - https://github.com/DynamicsValue/fake-xrm-easy/issues/50 ### Changed - Move CallerProperties, GetTracingService and CallerProperties to IXrmBaseContext so the can be reused both in IXrmFakedContextand and IXrmRealContext interfaces - DynamicsValue/fake-xrm-easy#35 - Move XrmFakedPluginExecutionContext to the Plugins package, it'll be under FakeXrmEasy.Plugins as opposed to FakeXrmEasy.Abstractions.Plugins ## [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
16
FakeXrmEasy.CodeActivities.v9
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.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
6
FakeXrmEasy.CodeActivities.v9
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
13
FakeXrmEasy.Core.v9
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.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
6
FakeXrmEasy.Core.v9
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
16
FakeXrmEasy.Plugins.v9
This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features.
16
FakeXrmEasy.Plugins.v9
This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features. RELEASE NOTES ------------------ ## [2.2.0] ### Added - OutputParameters is now populated in PipelineSimulation: DynamicsValue/fake-xrm-easy#39 - Plugin Step registration improvements: new general purpose method to register plugin steps: DynamicsValue/fake-xrm-easy#53 - Added possibility to register plugin steps with logical name, and therefore support for late bound registration DynamicsValue/fake-xrm-easy#38 ### Changed - 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] ### Added - New UsePluginStepRegistrationValidation that can be used to validate if a plugin step registration is valid - DynamicsValue/fake-xrm-easy#19 and DynamicsValue/fake-xrm-easy#33 - Improved performance of retrieval of Plugin steps, added benchmark tests DynamicsValue/fake-xrm-easy#14 - PluginStepAudit and new UsePluginStepAudit in PipelineOptions - DynamicsValue/fake-xrm-easy#19 - PreValidation execution in Pipeline Simulation - DynamicsValue/fake-xrm-easy#19 - PreImages and Postimages execution in Pipeline Simulation - DynamicsValue/fake-xrm-easy#19 - Triggering plugins in PipelineSimulation based on filtering attributes - DynamicsValue/fake-xrm-easy#19 - Support for ILogger and PluginTelemetry - DynamicsValue/fake-xrm-easy#24 ### Changed - Upgraded Microsoft.CrmSdk.Coreassemblies dependency to 9.0.2.27 to support PluginTelemetry - DynamicsValue/fake-xrm-easy#24 - Marked several execute plugin methods as obsolete - Populate OwningExtension in plugin execution context from default fake plugin context DynamicsValue/fake-xrm-easy#17 - Populate PrimaryEntityId in plugin execution context from default fake plugin context DynamicsValue/fake-xrm-easy#8 ## [2.0.1-rc1] - Initial release
6
Microsoft.CrmSdk.Deployment
This package contains the official Microsoft.Xrm.Sdk.Deployment.dll assembly and has been authored by the Microsoft Common Data Service SDK team.
10
Microsoft.CrmSdk.Workflow
This package contains the official Microsoft.Xrm.Sdk.Workflow.dll assembly and has been authored by the Microsoft Common Data Service SDK team.
8
Microsoft.CrmSdk.Workflow
This package contains the official Microsoft.Xrm.Sdk.Workflow.dll assembly and has been authored by the Microsoft Common Data Service SDK team.
9
Microsoft.CrmSdk.Workflow
This package contains the official Microsoft.Xrm.Sdk.Workflow.dll assembly and has been authored by the Microsoft Common Data Service SDK team.
13
Microsoft.CrmSdk.Workflow
This package contains the official Microsoft.Xrm.Sdk.Workflow.dll assembly and has been authored by the Microsoft Dynamics 365 SDK team.
6
Microsoft.CrmSdk.XrmTooling.CoreAssembly
This package contains the official Microsoft.Xrm.Tooling.Connector assembly and has been authored by the Microsoft Common Data Service SDK team.
7
Microsoft.CrmSdk.XrmTooling.CoreAssembly
This package contains the official Microsoft.Xrm.Tooling.Connector assembly and has been authored by the Microsoft Common Data Service SDK team.
17

This package contains SDK assemblies for the December 2016 update for Dynamics 365 (online and on-premises). These assemblies require application development using the Microsoft .NET Framework 4.6.2 or later. 9.0.2.50: Updated for 9.2.23064.x 9.0.2.49: Updated for 9.2.22123.00204 9.0.2.46: Updated for 9.2.22093.00166 9.0.2.45: Updated for 9.2.47.9489 - Updated System.Text.Json for 6.0.2 9.0.2.42: Updated for 9.2.21074.00115 Dataverse release - Added Dependancy for System.Text.Json 9.0.2.34: Updated for 9.2.21044.00128 CDS release 9.0.2.33: Updated for 9.2.21024.00154 CDS release 9.0.2.32: Updated for 9.2.21012.00151 CDS release 9.0.2.29: Updated for 9.1.0.25249 CDS release 9.0.2.28: Updated for 9.1.0.22554 CDS release 9.0.2.27: Updated for 9.1.0.21350 CDS release 9.0.2.26: Updated for 9.1.0.17754 CDS release 9.0.2.25: Updated for 9.1.0.17461 CDS release 9.0.2.24: Updated for 9.1.0.14448 CDS release 9.0.2.23: Updating for 9.1.0.12629 CDS/XRM release 9.0.2.22: Updating for 9.1.0.10744 CDS/XRM release 9.0.2.21: Updating for 9.1.0.10129 CDS/XRM release Adding many properties to OrganizationDetail to support environment information. 9.0.2.20: Updating for 9.1.0000.9835 CDS/XRM release 9.0.2.19: Updating for 9.1.0.9034 CDS/XRM release 9.0.2.18: Updating for 9.1.0.8833 CDS/XRM release 9.0.2.17: Updating for 9.0.41.1023 CDS/XRM release. 9.0.2.14: Updating for 9.0.40.311 CDS/XRM release. 9.0.2.12: Correcting Dependancy Info on Package 9.0.2.9: Updated for 9.0.37.958 CDS/XRM release - Note .net 4.6.2 is now required as a baseline 9.0.2.5: Updated for 9.0.2.1080 CDS/XRM release 9.0.2.4: Updated for 9.0.2.449 CDS/XRM release 9.0.2.3: Updated for 9.0.2 CDS/XRM release 9.0.1.0: UR1 (Update Rollup 1) Added DeleteRecordChangeHistory message to delete audit change history for a particular record Added RetrieveOrganizationInfo message to retrieve information about an organization such as organization type and solutions available Added RetrieveUserLicenseInfo message to retrieve the license information for the specified system user (user) 9.0.0.5: 9.0 Initial Release 9.0.0.2-Preview: 9.0 Initial Release 8.2.0.2: Fix of dependency issue in nuget package. Now properly requires .net 4.6.2 as a baseline 8.2.0.1 Refreshed from current release 8.2.0: Renamed Package to Dynamics 365, update to current release bits. 8.1.0: CRM Online 2016 Update 1 8.1-preview: Pre-release CRM Online 2016 Update 1 8.0.2.1: UR1 (Update Rollup 1) with customer related hotfix 8.0.2: UR1 (Update Rollup 1) 8.0.1: GA (General Availability) 8.0.0: RTM release

.NET Framework 4.6.2

Version Downloads Last updated
9.0.2.56 1 22.09.2024
9.0.2.52 12 05.02.2024
9.0.2.51 7 31.01.2024
9.0.2.50 2 21.06.2024
9.0.2.49 0 12.05.2023
9.0.2.48 2 21.06.2024
9.0.2.46 6 21.06.2024
9.0.2.45 2 17.04.2024
9.0.2.42 10 01.02.2024
9.0.2.34 4 21.06.2024
9.0.2.33 1 21.06.2024
9.0.2.32 2 22.02.2024
9.0.2.29 0 09.12.2020
9.0.2.28 1 11.09.2024
9.0.2.27 1 09.02.2024
9.0.2.26 1 21.06.2024
9.0.2.25 2 11.04.2024
9.0.2.24 2 27.08.2024
9.0.2.23 1 21.06.2024
9.0.2.22 1 21.06.2024
9.0.2.21 1 21.06.2024
9.0.2.20 0 14.11.2019
9.0.2.19 1 21.06.2024
9.0.2.18 1 21.06.2024
9.0.2.17 1 21.06.2024
9.0.2.12 0 25.02.2019
9.0.2.9 1 21.06.2024
9.0.2.5 6 05.02.2024
9.0.2.4 2 28.03.2024
9.0.2.3 0 25.04.2018
9.0.0.7 0 15.11.2017
9.0.0.5 1 02.09.2024
8.2.0.2 47 31.01.2024
8.2.0.1 1 21.06.2024
8.2.0 2 21.06.2024
8.1.0.2 1 09.09.2024
8.1.0 2 21.06.2024
8.1.0-preview 0 21.04.2016
8.0.2.1 1 21.06.2024
8.0.2 0 20.02.2016
8.0.1 0 15.12.2015
8.0.0 1 27.02.2024
8.0.0-preview2 0 23.11.2015
7.1.1 0 21.08.2015
7.1.0 1 21.06.2024
7.1.0-preview 2 21.06.2024
7.0.1 0 10.03.2015
7.0.0.1 0 02.12.2014
7.0.0 1 21.06.2024
6.1.2 1 21.06.2024
6.1.1 1 21.06.2024
6.1.0 1 13.09.2024
6.1.0-preview 1 05.07.2024
6.0.4 0 11.03.2014
6.0.2 1 13.09.2024
6.0.0 1 05.07.2024
5.0.18 0 19.12.2013
5.0.17 0 22.10.2013