Rider 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, Rider suggests removing it:

Suboptimal codeAfter the quick-fix
<script runat="server"> </script>
// removed
Last modified: 11 October 2017

See Also