You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of a parameter in an externally visible method override does not match the name of the parameter in the base declaration of the method, or the name of the parameter in the interface declaration of the method or the name of any other partial definition.
Rule was already covering the partial method parameter mismatch and need to be extended to handle base declarations (classes + interfaces).
Evangelink
changed the title
Update S927: "partial" method parameter names should match
Update S927: C#: parameter names should match base declaration and other partial definitions
Jun 30, 2017
RSPEC-927
The name of a parameter in an externally visible method override does not match the name of the parameter in the base declaration of the method, or the name of the parameter in the interface declaration of the method or the name of any other partial definition.
Rule was already covering the
partial
method parameter mismatch and need to be extended to handle base declarations (classes + interfaces).Contributes to MMF-963.
The text was updated successfully, but these errors were encountered: