Home > Code Analysis > Code Issues – Member is not implemented

Code Issues – Member is not implemented

October 31st, 2011

Cause:

The Member is not implemented code issue of the warning type is shown for the members that do not provide an implementation. Not providing an implementation may be a sign of incomplete code.

The code issue is shown for non-interface, non-abstract, non-virtual, non-extern members – both methods and properties. It is not shown for constructors and destructors of a class.

It is also not shown for members that throw a user-defined exception, but shown for example,for members that throw the System.NotImplementedException.

Sample:

CodeRush Member is not implemented

How to fix:

  • Implement the member:

CodeRush Member Is Not Implemented Fix

—–
Products: CodeRush Pro
Versions: 12.1 and up
VS IDEs: any
Updated: Nov/12/2012
ID: C142

Similar Posts: