C#
C#

help

Root Question Message

Aimbot
Aimbot11/26/2022
❔ 'Type may be weakened' inspection in rider

In intelliJ there is an inspection look at screenshot for java. Is there an equivalent for it in rider for c#?
amio
amio11/26/2022
What is it complaining about and why?
Aimbot
Aimbot11/26/2022
ArrayList to List, List to Collection or Iterable, classes to interfaces
amio
amio11/26/2022
Oh, it just means you're being overly specific? How ironic
Aimbot
Aimbot11/26/2022
to prevent from using deprecated/slower things
amio
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
Aimbot
Aimbot11/26/2022
When I open some rusty project I want to automatically get rid of ArrayList, unfortunate that there is no equivalent
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy