influxdata / influxdb-client-csharp

InfluxDB 2.x C# Client
https://influxdata.github.io/influxdb-client-csharp/api/InfluxDB.Client.html
MIT License
355 stars 95 forks source link

Client package has old RestSharp depended nuget and rest sharp make api changes that cause an error #647

Closed atias007 closed 1 month ago

atias007 commented 2 months ago

Steps to reproduce:

  1. create new dotnet project
  2. add nuget of the latest RestSharp
  3. add nuget of the influxdb client
  4. try to create new influxdb client object (i.e. var client = new InfluxDBClient(options);)

that's it, you will get the error

you need to update to the latest restsharp nuget

bednar commented 2 months ago

Hi @atias007,

Thank you for reporting this! We appreciate your vigilance and the effort to keep our library updated.

Are you able to help us with upgrading RestSharp, we would be delighted to review and potentially merge your pull request?

Every contribution helps make our library better for everyone.

Thanks again for your willingness to contribute!

Best regards

atias007 commented 2 months ago

Hi, i clone the project, create new branch and make changes but when I try to push the new branch the open pull request I got this error message:

Remote: Permission to influxdata/influxdb-client-csharp.git denied to atias007. Error encountered while pushing to the remote repository: Git failed with a fatal error. Git failed with a fatal error. unable to access 'https://github.com/influxdata/influxdb-client-csharp.git/': The requested URL returned error: 403

I guess you need to give my user (atias007) permission

bednar commented 2 months ago

@atias007 you have to fork this repository and create pull request from your fork

atias007 commented 2 months ago

@bednar thank you done! there is a new pull request