❔ Issue With Code
I have this code
and the
IRestResponse
should resolve to interface IRestResponse
but I'm getting an error even tho I have added using RestSharp;
What do I need to change/alter so this code works correctly?7 Replies
what error
interesting...I was using the most recent Rest Sharp nuget package, I downgraded it to 106.12.0 and the issue is resolved.
ohhh, i didn't realize i forgot the error
IRestResponse
appears to be deprecated
TheIRestResponse
interface is deprecated. You get an instance ofRestResponse
orRestResponse<T>
in return.
ah - that would explain it
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
lol - certainly not. One of those things to change, but just trying to get this puppy into GitHub atm
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.