ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Code inspection: Convert into 'using' declaration

Last modified: 25 September 2024

If a using statement is at the end of a code block, this inspection suggests converting it into a more concise syntax of the using declaration.

The resource will be disposed at the end of the containing block anyway, so this is an opportunity to reduce code nesting without decreasing its readability.