Unused variables no longer reliable

I've noticed in the newest releases of Rider it started displaying fields, properties, methods, etc.. as unused (highlighted dark gray).  I can even run "safe delete" on them and it works fine.  However I then find out they are, in fact, being used.  In addition if I run "find usages" on the element in question it will find results.  This is in a pretty standard .NET Framework ASP.NET MVC project, nothing fancy or out of the ordinary.

Anyone else experiencing this disconnect?  It's making the feature pretty much worthless and I really lean on that feature a lot.

1 comment
Comment actions Permalink
Hello,

Where is the affected method used? Do you have analysis/highlighting enabled in the file that uses this method that is highlighted as unused?
0

Please sign in to leave a comment.