ReSharper 2020.3 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:

<script runat="server"> </script>
// removed
Last modified: 08 March 2021