In intelliJ there is an inspection look at screenshot for java. Is there an equivalent for it in rider for c#?
amio11/26/2022
What is it complaining about and why?
Aimbot11/26/2022
ArrayList to List, List to Collection or Iterable, classes to interfaces
amio11/26/2022
Oh, it just means you're being overly specific? How ironic
Aimbot11/26/2022
to prevent from using deprecated/slower things
amio11/26/2022
I'm not sure if there are any direct equivalents for that exact check, but a lot of code analysis stuff will pick up on that sort of thing in general, at least. Jetbrains were always good at that
Aimbot11/26/2022
When I open some rusty project I want to automatically get rid of ArrayList, unfortunate that there is no equivalent