JetBrains Rider
 
2024.3
Get JetBrains Rider

Code inspection: Unused parameter in partial method

Last modified: 08 April 2024

This inspection detects unused parameters in the implementation parts of a partial method.

Unused method parameters might indicate incomplete or dead code. Follow JetBrains Rider’s suggestion to remove an unused parameter and update usages.