Unused variables no longer reliable Follow
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.
Please sign in to leave a comment.
Where is the affected method used? Do you have analysis/highlighting enabled in the file that uses this method that is highlighted as unused?