-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Milestone
Description
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
- Create a project that uses RestSharp 109+
- Add references to InfluxDB.Client and Code 4.10.0
- Try to connect to the Influx server to write some points
- Fail with
Void RestSharp.RestClient..ctor(RestSharp.RestClientOptions, System.Action`1<System.Net.Http.Headers.HttpRequestHeaders>)
Expected behavior:
Everything work as expected
Actual behavior:
An error thrown since it cannot find correct method signature in the newer version.
Specifications:
- Client Version: 4.10
- InfluxDB Version: 2.16
- Platform: Windows/Linux
Notes
- Probably related to chore(deps): bump RestSharp from 108.0.3 to 109.0.1 #484
- As a workaround, tried directly adding RestSharp 108.3 (used by InfluxDB Client) to my main protect and it started working as expected.
Metadata
Metadata
Assignees
Labels
No labels