Microsoft.Powerplatform.Cds.Client 0.0.1.8-Alpha

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Microsoft.PowerPlatform.Dataverse.Client

Additional Details

This package has been superseded by Microsoft.PowerPlatform.Dataverse.Client

This is a prerelease version of Microsoft.Powerplatform.Cds.Client.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Microsoft.Powerplatform.Cds.Client --version 0.0.1.8-Alpha
NuGet\Install-Package Microsoft.Powerplatform.Cds.Client -Version 0.0.1.8-Alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Powerplatform.Cds.Client" Version="0.0.1.8-Alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Powerplatform.Cds.Client --version 0.0.1.8-Alpha
#r "nuget: Microsoft.Powerplatform.Cds.Client, 0.0.1.8-Alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Powerplatform.Cds.Client as a Cake Addin
#addin nuget:?package=Microsoft.Powerplatform.Cds.Client&version=0.0.1.8-Alpha&prerelease

// Install Microsoft.Powerplatform.Cds.Client as a Cake Tool
#tool nuget:?package=Microsoft.Powerplatform.Cds.Client&version=0.0.1.8-Alpha&prerelease

This package contains the preview of the .net core CdsServiceClient. Used to connect to Microsoft Common Data Service. This Package has been authored by the Microsoft Common Data Service SDK team.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Microsoft.Powerplatform.Cds.Client:

Package Downloads
DotNetDevOps.Extensions.PowerPlatform.Dataverse

Reliable and durable connector for Power Platform Dataverse

FakeCdsEasy

Package Description

shazam-platform

A component of shazam framework to establish connections with a power platform environment

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Notice:
   This package is an ALPHA release. - Use at your own risk.
   This package is intended to work with .net full framework 4.6.2, 4.7.2 and 4.8, .net core 3.0 and 3.1
   We have not stabilized on NameSpace or Class names with this package as of yet and things will change as we move though the preview.
   General Documentation is the same as CrmServiceClient and can be found here:
       https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.tooling.connector.crmserviceclient?view=dynamics-xrmtooling-ce-9
   Connection String Docs can be found here:
       https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/xrm-tooling/use-connection-strings-xrm-tooling-connect
   Note: that only OAuth, Certificate, ClientSecret Authentication types are supported at this time.

0.0.1.8-Alpha:
Removed IOverrideAuthHookWrapper and property and replaced with a new constructor form.
   This capability was replaced with a new constructor that accepts a function pointer as a parameter to the constructor.
   This user provided function takes the form of string FunctionName (string InstanceUri),  When called, the current instance URI will be
   passed in and the function is expected to return an access token for access to that instance.  
   This form allows an given instance of the CdsServiceClient to be associated with a Auth Processor vs having the auth processer at the process level.

Fixed a bug reported in .clone in .net core builds.  When cloning a connection in .net core, the system would think you were using an invalid auth type.

Known issues:
   There is a known issue with using LinQ + Create actions on non windows machines.  The failure appears as a missing implementation message.


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
   WARNING: This is an ALPHA release.
   This library is a rename and renamespace of the Microsoft.Xrm.Tooling.Connector.CrmSeriviceClient.
   If you are familiar with the CrmServiceClient,  By Renaming each occurrence of Crm to Cds, you should find that API's match up.
   Major changes from CrmServiceClient:
       This library does not support User Interactive or User Password Auth flows in .net core.
       This library does not support AD or ADFS login to OnPremise,  
           to use against an onPrem instance of CDS, your instance must be configured with
           ADFS + OAuth and the application ID you wish to use registered.
       This library removes several Dynamics specific helper methods from CrmServiceClient.
           this additional methods can be found by include the nuget package Microsoft.Cds.Client.Dynamics