Redundant Base Type Declaration - prodot/ReCommended-Extension GitHub Wiki
Show a suggestion when the base type declaration can be omitted.
class A : object // redundant "object"
{
}
class A // after applying the quick fix
{
} Tip
A quick fix is available to remove the redundant base type declaration.
Note
The analyzer can be configured or deactivated in the ReSharper Options or Rider Settings dialog.