You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edited the IRestClient to have the execute functions return IRestResponse
instead of the derived type to allow for more natural mocking without
having to cast the mock object and added an extension method for
converting responses to generic reponses
modified: RestSharp/Deserializers/DotNetXmlDeserializer.cs
modified: RestSharp/Deserializers/IDeserializer.cs
modified: RestSharp/Deserializers/JsonDeserializer.cs
modified: RestSharp/Deserializers/XmlAttributeDeserializer.cs
modified: RestSharp/Deserializers/XmlDeserializer.cs
new file: RestSharp/Extensions/ResponseExtensions.cs
modified: RestSharp/IRestClient.cs
modified: RestSharp/RestClient.Async.cs
modified: RestSharp/RestClient.Sync.cs
modified: RestSharp/RestClient.cs
modified: RestSharp/RestClientExtensions.cs
modified: RestSharp/RestResponse.cs
modified: RestSharp/RestSharp.csproj
0 commit comments