Microsoft.PowerPlatform.Dataverse.Client.Dynamics
1.1.14
dotnet add package Microsoft.PowerPlatform.Dataverse.Client.Dynamics --version 1.1.14
NuGet\Install-Package Microsoft.PowerPlatform.Dataverse.Client.Dynamics -Version 1.1.14
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.Client.Dynamics" Version="1.1.14" />
paket add Microsoft.PowerPlatform.Dataverse.Client.Dynamics --version 1.1.14
#r "nuget: Microsoft.PowerPlatform.Dataverse.Client.Dynamics, 1.1.14"
// Install Microsoft.PowerPlatform.Dataverse.Client.Dynamics as a Cake Addin
#addin nuget:?package=Microsoft.PowerPlatform.Dataverse.Client.Dynamics&version=1.1.14
// Install Microsoft.PowerPlatform.Dataverse.Client.Dynamics as a Cake Tool
#tool nuget:?package=Microsoft.PowerPlatform.Dataverse.Client.Dynamics&version=1.1.14
This package contains a set of Dynamics 365 specific extensions, used with the Dataverse ServiceClient. This Package has been authored by the Microsoft Dataverse SDK team.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETFramework 4.6.2
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.0.0)
-
.NETFramework 4.7.2
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.0.0)
-
.NETFramework 4.8
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.0.0)
-
net6.0
- Microsoft.PowerPlatform.Dataverse.Client (>= 1.0.0)
NuGet packages (44)
Showing the top 5 NuGet packages that depend on Microsoft.PowerPlatform.Dataverse.Client.Dynamics:
Package | Downloads |
---|---|
XrmFramework
XrmFramework aims at simplifying Microsoft Dynamics 365 and Dataverse plugin, workflows development, deployment and testing |
|
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 ------------------ ## [3.4.0] - Bump DataverseClient dependency to target net6 ## [3.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 ## [3.2.0] - Remove PullRequestException and added different types of exceptions depending on the license context ## [3.1.2] ### Changed - Bump Dataverse dependency from 0.6.1 to production ready version 1.0.1 ## [3.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 ## [3.1.0] ### Added - Added Logger property to IXrmFakedPluginContextProperties - DynamicsValue/fake-xrm-easy#24 ## [3.0.2] ### Changed - Bump Dataverse dependency to 0.6.1 from 0.5.10 to solve DynamicsValue/fake-xrm-easy#20 - Also replaced Microsoft.Dynamics.Sdk.Messages dependency, as it has also been deprecated by MSFT, to Microsoft.PowerPlatform.Dataverse.Client.Dynamics 0.6.1 DynamicsValue/fake-xrm-easy#20 ## [3.0.1-rc1] - Initial release |
|
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 ------------------ ## [3.3.1] ### Changed - Bump DataversClient nuget package to use net6.0 - https://github.com/DynamicsValue/fake-xrm-easy/issues/90 ## [3.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 ## [3.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 ## [3.1.2] - Bump dataverse dependency to production ready version 1.0.1 ## [3.1.1] ### Changed - 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 ## [3.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 ## [3.0.2] ### Changed - Bump Dataverse dependency to 0.6.1 from 0.5.10 to solve DynamicsValue/fake-xrm-easy#20 - Also replaced Microsoft.Dynamics.Sdk.Messages dependency, as it has also been deprecated by MSFT, to Microsoft.PowerPlatform.Dataverse.Client.Dynamics 0.6.1 DynamicsValue/fake-xrm-easy#20 ## [3.0.1-rc1] - Initial release |
|
FakeXrmEasy.Plugins.v9
This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features. RELEASE NOTES ------------------ ## [3.3.1] ### Changed - Bump DataverseClient dependency to target net6 - https://github.com/DynamicsValue/fake-xrm-easy/issues/90 ## [3.3.0] ### Changed - Implement execution of custom apis, as well as registration of extra plugin steps against these apis - https://github.com/DynamicsValue/fake-xrm-easy/issues/50 - Allow execution of PreImages in prevalidation : https://github.com/DynamicsValue/fake-xrm-easy/issues/71 ### Added - Added execution of fake custom api's - Added validation of preimages and postimages during plugin step registration - https://github.com/DynamicsValue/fake-xrm-easy/issues/33 - Added custom function to support registration of plugin steps via a custom reflection function (CustomPluginStepDiscoveryFunction) - https://github.com/DynamicsValue/fake-xrm-easy/issues/11 - First implementation (preview) of automatic registration of plugin steps via reflection - https://github.com/DynamicsValue/fake-xrm-easy/issues/11 ### Changed - IXrmFakedContextPluginExtensions is now IXrmBaseContextPluginExtensions. All extensions methods were changed to use the IXrmBaseContext interface as opposed to the IXrmFakedContext interface only so they could be used by both XrmFakedContext and XrmRealContext classes. - https://github.com/DynamicsValue/fake-xrm-easy/issues/35 ## [3.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 ## [3.1.2] ### Changed - Bump dataverse dependency to 1.0.1 ## [3.1.1] ### Changed - 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 ## [3.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 - 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 - Fixed issue in push.ps1 script where it was just pushing the first package, using now a glob pattern ## [3.0.2] ### Changed - Bump Dataverse dependency to 0.6.1 from 0.5.10 to solve DynamicsValue/fake-xrm-easy#20 - Also replaced Microsoft.Dynamics.Sdk.Messages dependency, as it has also been deprecated by MSFT, to Microsoft.PowerPlatform.Dataverse.Client.Dynamics 0.6.1 DynamicsValue/fake-xrm-easy#20 ## [3.0.1-rc1] - Initial release |
|
FakeXrmEasy.Messages.v9
This package contains implemented default fake messages. RELEASE NOTES ------------------ ## [3.3.1] ### Changed - Bump DataverseClient dependency to upgrade to net6 - https://github.com/DynamicsValue/fake-xrm-easy/issues/90 ## [3.3.0] ### Changed - Updated dependencies ## [3.2.0] ### Changed - Replace references to PullRequestException by UnsupportedExceptionFactory - Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28 ## [3.1.2] - Bump dataverse dependency to 1.0.1 ## [3.1.1] ### Changed - 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 ## [3.1.0] ### Changed - Update executor after fix DynamicsValue/fake-xrm-easy#16 was introduced. ## [3.0.2] ### Changed - Bump Dataverse dependency to 0.6.1 from 0.5.10 to solve DynamicsValue/fake-xrm-easy#20 - Also replaced Microsoft.Dynamics.Sdk.Messages dependency, as it has also been deprecated by MSFT, to Microsoft.PowerPlatform.Dataverse.Client.Dynamics 0.6.1 DynamicsValue/fake-xrm-easy#20 ## [3.0.1-rc1] - Initial release |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Microsoft.PowerPlatform.Dataverse.Client.Dynamics:
Repository | Stars |
---|---|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
|
|
microsoft/PowerPlatform-DataverseServiceClient
Code Replica for Microsoft.PowerPlatform.Dataverse.Client and supporting nuget packages.
|
Version | Downloads | Last updated |
---|---|---|
1.1.14 | 8,696 | 8/24/2023 |
1.1.12 | 9,045 | 7/14/2023 |
1.1.9 | 12,497 | 6/8/2023 |
1.0.39 | 59,322 | 3/13/2023 |
1.0.26 | 81,980 | 11/4/2022 |
1.0.23 | 13,173 | 10/10/2022 |
1.0.9 | 49,529 | 7/19/2022 |
1.0.4 | 5,165 | 7/7/2022 |
1.0.1 | 84,744 | 6/13/2022 |
0.6.6 | 28,409 | 4/25/2022 |
0.6.1 | 76,619 | 3/9/2022 |
0.5.17 | 102,088 | 1/7/2022 |
0.5.10 | 50,388 | 10/22/2021 |
0.5.7 | 45,640 | 10/15/2021 |
0.5.5 | 10,811 | 10/5/2021 |
0.5.4 | 397 | 10/4/2021 |
0.5.2 | 13,500 | 9/24/2021 |
0.4.21 | 25,674 | 8/17/2021 |
0.4.20 | 13,415 | 7/30/2021 |
0.4.19 | 3,210 | 7/27/2021 |
0.4.12 | 49,725 | 4/28/2021 |
0.4.11 | 948 | 4/13/2021 |
0.4.6 | 12,157 | 3/25/2021 |
0.4.4 | 12,903 | 3/8/2021 |
0.4.3 | 683 | 3/5/2021 |
Notice:
This package is an extension to the Microsoft.PowerPlatform.Dataverse.Client Nuget package.
This package is intended to work with .net full framework 4.6.2, 4.7.2 and 4.8, and .net 6.0
1.1.14:
removed support for .net 3.1 and .net 5.0.
1.0.39:
No updates
1.0.1:
updated min dependency to DV ServiceClient 1.0.0
0.5.10:
Updated Newtonsoft.Json to v11.0.2 to match server.
0.4.12:
Updated Dataverse Messages
0.4.11:
Updated Dataverse Messages
0.4.1:
Supersedes Microsoft.PowerPlatform.Cds.Client.Dynamics, Previous nuget has been retired.
***** MAJOR Breaking Changes *****
Renamed namespace to Dataverse instance.
0.3.10-Alpha:
No updates here.
0.2.31-Alpha:
Updated Core CDS Sdk assemblies
0.2.23-Alpha:
No updates here.
0.2.17-Alpha:
Added IntelliSense Doc Support
Added support for bypassing custom Plug-in Execution during SDK Operation.
This is a special use capability that requires a specialized permission in the CDS infrastructure to use.
Currently this is only permitted for use by users that have the System Administrator Security Role.
0.2.16-Alpha:
No Updates here.
0.2.14-Alpha:
Update to internal support libraries.
0.2.8-Alpha
No Updates here.
0.2.2-Alpha:
Updates from CDS Core libs.
0.2.1-Alpha:
BREAKING CHANGE!!!
Altering Nuget Version to 3 digit semantic version
Namespace change from Microsoft.Powerplatform.xxxx to Microsoft.PowerPlatform.xxxx
No other changes to this assembly
0.0.1.11-Alpha:
No Updates here.
0.0.1.9-Alpha:
No Updates here.
0.0.1.8-Alpha:
No Updates here.
0.0.1.7-Alpha
Fixed a Nuget Package dependency issue in Microsoft.Dynamics.Sdk.Messages
0.0.1.6-Alpha
Intial Alpha release of Microsoft.Cds.Client.CdsServiceClient Dynamics extensions
WARNING: This is an ALPHA release.
This library contains helper extensions supporting Sales and Service actions.