✅ Possible null reference assignment warning on event unsubscribe
On the following code gives me a
From what I can gather, it thinks that
How can I get rid of this warning? Just pragma?
CS8601: Possible null reference assignment. on build.From what I can gather, it thinks that
View.FocusSectionRequested is null, but checking that with an if statement just gives me an 'expression is always true' warning.How can I get rid of this warning? Just pragma?