smartsheet-platform / smartsheet-csharp-sdk

Library that uses C# to connect to Smartsheet services.
Apache License 2.0
35 stars 30 forks source link

RestSharp v108 compatibility with SmartSheet 2.126.0 #156

Open Gulzaib83 opened 1 year ago

Gulzaib83 commented 1 year ago

After update to RestSharp v108 from v106.15.0, we are facing following issue while connecting with SmartSheet SDK v2.126.0

'Method not found: 'Void RestSharp.RestClient.set_FollowRedirects(Boolean)'

Seems this property is no longer available in v108 however SmartSheet SDK v2.126.0 is still using old version.

Once we update SmartSheet SDK to newly released v 3.0.0 then its dependent upon .Net6, where as our project is using .NET framework 4.8, Once we add Smart sheet 3.0.0 via Nuget, at run time we are getting exception, "Could not load file or assebly System.Runtime version 6.0.0.0"

Can somebody please suggest what is the alternate or way forward?