kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK
https://www.nuget.org/packages/Kontent.Ai.Delivery
MIT License
32 stars 41 forks source link

Management API v1 - Compatibility Issue (.NET Framework 4.6.1) #376

Closed dambriz9 closed 1 year ago

dambriz9 commented 1 year ago

Brief bug description

Error message - Error: Management API v1 has been discontinued. We recommend that you update to the latest Management SDK version to continue using the API

What went wrong? I've updated SDK (API Management v2) version on my .NET Project(.NET Framework 4.6.1) to 4.0.0-beta1, however I'm facing issued with Polly.dll dependency (7.2.3) described below:

"Could not load type 'Polly.RetryTResultSyntaxAsync' from assembly 'Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc'."

Is it possible to use an alternate version to fix these compatibility issues ?

Repro steps

Expected behavior

Test environment

Additional context

Screenshots

gormal commented 1 year ago

Hello, thank you for your issue.

First things first, I believe that this issue is meant for the management API SDK. We have separated repository for that.

MAPI V1 has been truly discontinued recently. The newer versions of SDK (since 4.0.0) only support MAPI V2 and are not compatible with .Net Framework.

Is there a possibility to update your app to .NET 6?

gormal commented 1 year ago

Closing due to inactivity. Feel free to reopen.