Redundant Base Type Declaration - prodot/ReCommended-Extension GitHub Wiki

Show a suggestion when the base type declaration can be omitted.

Quick Fix

  • Remove redundant object

Example

class A : object // redundant "object"
{
}

class A // after applying the quick fix
{
} 

💡 The analyzer can be deactivated in the ReSharper Options dialog.

⚠️ **GitHub.com Fallback** ⚠️