Notice! Full rename and Namespace changes inbound with 0.4 of Microsoft.PowerPlatform.Dataverse.Client #103
MattB-msft
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Folks,
We are about to do some radical updates to the 'former' cdsServiceClient as part of the update to the Dataverse naming and namespacing. thus I wanted to give you some heads up and create a place to discuss mapping.
What is happening:
The awaited renaming of the cdsserviceclient to the dataverse branding is happening.
Highlighting some of the changes:
Namespace: Microsoft.PowerPlatform.Cds.Client => Microsoft.PowerPlatform.Dataverse.Client
CdsServiceClient is now ServiceClient
All methods in CdsServiceClient that had Cds in the name have been updated to remove cds name
Exception's have been updated to
CdsConnectionException => DataverseConnectionException
CdsOperationException => DataverseOperationException
Enum's and classes that had CDS in the name have either been changed to Dataverse or had Cds name removed, as it made sense.
Github repo:
The current GitHub repro will be updated, and the existing CdsClient folder will be removed, as we use this repro as a replica, it will not track all the changes properly, thus we have decided to reset the folder paths. This will lag behind the first drop on Nuget as we need to do this by hand to preserve the history properly.
We will be changing the NAME of this git hub repo to /PowerPlatform-DataverseServiceClient
We are dropping the -alpha tag from the nuget packages so that they will appear on the non preview nuget search's to increase visibility. Note we will still be in 'alpha' with a version number of 0.4.
Nuget packages for Microsoft.PowerPlatform.Cds that relate to this project will be retired and repointed to Microsoft.PowerPlatform.Dataverse versions.
Release history will be preserved in the nuget release notes.
Beta Was this translation helpful? Give feedback.
All reactions