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

Enable nullability in the project and make use of nullable reference types. #34

Closed
TheVeryStarlk opened this issue Nov 2, 2022 · 1 comment · Fixed by #36
Closed
Assignees
Labels
enhancement New feature or request Next Major

Comments

@TheVeryStarlk
Copy link

TheVeryStarlk commented Nov 2, 2022

Is your feature request related to a problem? Please describe.

NRTs help developers to avoid NREs.

Describe the solution you'd like

To basically annotate anything that is nullable.

@TheVeryStarlk TheVeryStarlk added the enhancement New feature or request label Nov 2, 2022
@acupofjose
Copy link
Collaborator

@StarlkYT I think this would be a great improvement to the project. I'm in the process of doing a rewrite of each of the libraries to a Dependency Injection structure for the next major version, and I will include this as on of the issues for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Next Major
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants