Nullable reference types #407
CoskunSunali
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does it make sense to enable nullable reference types for DryIoc at some point in the future? One thing that makes me think it is not going to be easy is because some methods change nullability based on their parameters. E.g.
I had to wrap around DryIoc for some reason and I solved the issue by using the following methods.
Beta Was this translation helpful? Give feedback.
All reactions