roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

RCS0029 doesn't highlight the problematic code

Open amaltinsky opened this issue 1 year ago • 0 comments
trafficstars

Product and Version Used: 4.12.2

Steps to Reproduce:

The following code produces an RCS0029 warning, but doesn't highlight any code:

internal class Dummy
{
    public Dummy() : base()
    {
    }
}

image

amaltinsky avatar Jun 25 '24 14:06 amaltinsky