Code inspection: Unused parameter in partial method
Last modified: 08 April 2024tip
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.