Upgrading to RestSharp 110.2.0 requires a few breaking changes. Some interfaces, such as IRestRequest or IRestResponse, no longer exist. Also, the RestClient configuration has been moved to a new class called RestClientOptions.
Several tests were updated to align with the new version.
Models have been updated due to a bug fix in GetHashCode. Now, StringEnum properties are checked for null values before calling GetHashCode().
Fixes #606
Type of PR
[ ] Bug Fix (non-breaking fixes to existing functionality)
[ ] New Feature (non-breaking changes that add new functionality)
[ ] Documentation update
[x] Test Updates
[ ] Other (Please describe the type)
Test Information
[ ] My PR required test updates
.NET Version:
Os Version:
Signoff
[ ] I have submitted a CLA for this PR
[ ] Each commit message explains what the commit does
[ ] I have updated documentation to explain what my PR does
Summary
Upgrades RestSharp dependency to 110.2.0.
Upgrading to RestSharp 110.2.0 requires a few breaking changes. Some interfaces, such as IRestRequest or IRestResponse, no longer exist. Also, the RestClient configuration has been moved to a new class called
RestClientOptions
. Several tests were updated to align with the new version.Models have been updated due to a bug fix in GetHashCode. Now, StringEnum properties are checked for null values before calling GetHashCode().
Fixes #606
Type of PR
Test Information
.NET Version: Os Version:
Signoff