JetBrains Rider
 
2024.3
Get JetBrains Rider

Code inspection: Type is never used (private accessibility)

Last modified: 11 February 2024

Unused types might indicate dead code, which can occur for example, after changing the consumer code. JetBrains Rider detects such unused types and suggests that you either remove or comment them to reduce code size and simplify its maintenance.