You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This style rule flags use of the is {type} statement when is not null can be used instead. Similarly, it flags use of the is not {type} statement in favor of is null. Using is null or is not null improves code readability.
The text was updated successfully, but these errors were encountered:
Link to the issue description: https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0150
Overview
The text was updated successfully, but these errors were encountered: