microsoft / PowerPlatform-DataverseServiceClient

Code Replica for Microsoft.PowerPlatform.Dataverse.Client and supporting nuget packages.
MIT License
284 stars 52 forks source link

Update for .net 8 swing release. Remove of Microsoft.Rest.Client Dependnacy #476

Closed MattB-msft closed 2 weeks ago

MattB-msft commented 2 weeks ago

POSSIBLE Breaking Changes

Minor Release Bump,

Added .net 8.0 Target. .net 6.0 Target will be removed in a subsequent release. Removed dependance on Microsoft.Rest.Client. this was primary used for exception handling, and the necessary components have been reworked in to DVSC Exception management classes. Fix memory consumption when too many exception are throw by DV client. Git: https://github.com/microsoft/PowerPlatform-DataverseServiceClient/issues/474 Dependency Changes: