Skip to content

Question about #nullable enable #656

Answered by Sergio0694
tranb3r asked this question in Q&A
Discussion options

You must be logged in to vote

That is correct, you're getting the warning because you've marked the property as not nullable. You can either ignore the warning (since the property can in fact be null), or enable nullability annotations in that file (or in your whole project, if possible).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Sergio0694
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants