Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nullable reference types #450

Open
adambajguz opened this issue Jan 11, 2023 · 1 comment
Open

Nullable reference types #450

adambajguz opened this issue Jan 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@adambajguz
Copy link

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.

@powersj
Copy link
Contributor

powersj commented Jan 25, 2023

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 powersj added the enhancement New feature or request label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants