Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Using RestSharp 109 breaks applications #494

@edokan

Description

@edokan

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Create a project that uses RestSharp 109+
  2. Add references to InfluxDB.Client and Code 4.10.0
  3. Try to connect to the Influx server to write some points
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions