influxdb-client-csharp icon indicating copy to clipboard operation
influxdb-client-csharp copied to clipboard

Nullable reference types

Open adambajguz opened this issue 2 years ago • 1 comments

Proposal: .NET libraries are moving towards using Nullable reference types. Are you planning to add them to InfluxDB client.

Current behavior: No nullable annotations in the libraries.

Desired behavior: Nullable annotations everywhere in the InfluxDB client.

Use case: Usage of nullable reference types in the library enables developers to write more stable (null-safe) code.

adambajguz avatar Jan 11 '23 19:01 adambajguz

Usage of nullable reference types in the library enables developers to write more stable (null-safe) code.

Any idea how large of a change this would be? Would probably be happy to see a PR with the change.

powersj avatar Jan 25 '23 18:01 powersj