Is it possible to use the signed RestSharp NuGet package with Twilio?
问题 We're using both DocuSign's API which requires the signed version of RestSharp, and we're looking to integrate Twilio which requires the unsigned version. I've spent a bit of time trying to get both DLLs to resolve for each of their dependencies, and haven't had any luck. At this point, I'm hoping there's a way to use the signed RestSharp dll with Twilio. Has anyone had any experience with this before? When I attempt to remove the unsigned RestSharp, my DocuSign code works fine, but now