forge-api-dotnet-client
forge-api-dotnet-client copied to clipboard
Issue with RestSharp
Just found out that even if this package should support RestSharp-versions which is greater and/or equal to 108.0.1, it doesnt support versions from 109.0.1 and upwards.
As far as I understand, something regarding the constructors in the RestSharp library has changed between 108.0.1 and 109.0.1.
I suggest updating this library so that it supports RestSharp 109.0.1 and upwards.
The existing package works with RestSharp versions between 108.0.1 -> 108.0.3, but not above.