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

Add support for nullable reference types #319

Open
gritcsenko opened this issue Nov 25, 2022 · 1 comment
Open

Add support for nullable reference types #319

gritcsenko opened this issue Nov 25, 2022 · 1 comment

Comments

@gritcsenko
Copy link
Contributor

In order to minimize NullReferenceExceptions thrown from code and to make it explicit what part of API accepts/produces nulls I suggest adding nullable annotations.
See https://learn.microsoft.com/en-us/dotnet/csharp/nullable-references

@douglasg14b
Copy link

Yes, please!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants