microsoft / PowerPlatform-DataverseServiceClient

Code Replica for Microsoft.PowerPlatform.Dataverse.Client and supporting nuget packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Dependencies in Dataverse Client 1.1.21

evilbaschdi opened this issue · comments

The new version 1.1.21 seems to have some dependencies that are not provided with the nuget package and turning into exceptions when executing the client.
In detail I had to install System.ServiceModel.Primitives and System.ServiceModel.Http manually to get my app back running.

Is this intended?

Checking on this.. it did not show up on our internal testing clients.
what are you using the Client in?
OS / App Type / .net version

thanks

Can confirm. We're also running into this. Using an azure function on .net 8.

Checking on this.. it did not show up on our internal testing clients. what are you using the Client in? OS / App Type / .net version

thanks

Windows / Console App, Azure Function, Azure App Service / net6.0, net7.0, net8.0

Checking..
Thanks !

This is fixed.