influxdb-client-csharp
influxdb-client-csharp copied to clipboard
InfluxDB 2.x C# Client
__Steps to reproduce:__ List the minimal actions needed to reproduce the behavior. 1. Use GetOrganizationApi.FindOrganizationsAsync() to get organization list. 2. Use System Informer to get the application memory and found...
Closes #630 ## Proposed Changes Adds in net 5 so a dependency can be removed ## Checklist - [x] CHANGELOG.md updated - [x] Rebased/mergeable - [x] A test has been...
__Proposal:__ Make more packages conditional __Current behavior:__ Dependencies are specified even though they could be provided b6 the framework. __Desired behavior:__ On the newer TFM there is less dependencies __Alternatives...