ReSharper 2018.1 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 codeAfter the quick-fix
<script runat="server"> </script>
// removed
Last modified: 20 August 2018

See Also