Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Nullable.Extended
Nullable.Extended

Nullable.Extended

TomEnglert

|
940 installs
| (2) | Free
Tools to keep your nullability annotations lean and mean.
Download

Managing Null-Forgiving Operators

Sometimes it is necessary to use the null-forgiving operator "!" to suppress a false warning. However using too many of them will render the value of nullable checks almost useless.

Since it's hard to find the null forgiving operators in code, this Visual Studio Extension lists all occurrences, categorizes them, and even detects those that are still present in code but no longer needed.

Occurrences are grouped into three categories, to reflect their different contexts:

  • General usages of the null-forgiving operator.
  • Null-forgiving operator on the null or default literals.
  • Null-forgiving operator inside lambda expressions.

e.g. general usages can be mostly avoided by cleaning up the code, while inside lambda expressions they are often unavoidable

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft