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 April 2024