sergi
3 years agoContributor
Problem with RestSharp reference
In my project where I am referencing TestLeft nuget pacakge I am also referencing another nuget package that has a dependency to RestSharp 106.11.4.
When I create an instance of a `LocalDriver` I get the following error: "System.MissingMethodException: 'Method not found: 'System.Object RestSharp.Extensions.ReflectionExtensions.ChangeType(System.Object, System.Type, System.Globalization.CultureInfo)'.'"
If I remove the depedency to this other nuget package everything is fine.
How can I fix this?
Are there any plans to replace RestSharp with a newer version? (the referenced one is 7 years old)