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
Title: Parameter names should match base declaration
Description:
Consistent naming of parameters in an override hierarchy increases the usability of the method overrides. A parameter name in a derived method that differs from the name in the base declaration can cause confusion about whether the method is an override of the base method or a new overload of the method.
Dependency: None
Notes:
See if StyleCop has implemented it
The text was updated successfully, but these errors were encountered:
Title: Parameter names should match base declaration
Description:
Consistent naming of parameters in an override hierarchy increases the usability of the method overrides. A parameter name in a derived method that differs from the name in the base declaration can cause confusion about whether the method is an override of the base method or a new overload of the method.
Dependency: None
Notes:
See if StyleCop has implemented it
The text was updated successfully, but these errors were encountered: