ReSharper 2018.2 Help

Code Inspection: ASP.NET dead code

This inspection detects dead ASP.NET code such as empty tags. For example, if a tag that should have a value, such as <script>, is empty, ReSharper suggests removing it:

Suboptimal code

After the quick-fix

<script runat="server"> </script>

// removed

Last modified: 21 December 2018

See Also