The Sonar .NET team implemented a rule (T0007) to check if is null
or is not null
could be used instead of == null
or != null
. I would love to be able to use that rule too. Hence, consider making this rule public.
Hello @Corniel,
I think it makes sense, I will create a ticket.
However, I am not sure when we will be able to tackle it.
Have a good day!
1 Like
That would be appreciated.