Type member is never used in public library class
I've got a library that is used in other solutions. The "Type member is never used (non-public access)" option is flagging members in both public and internal classes. When searching for code issues is there a way to make it only flag the members on internal classes? Public members on public classes can (and are) used by other solutions, so they shouldn't be flagged.
Thanks.
Please sign in to leave a comment.
I found the answer, the UsedImplicitlyAttribute which was staring me right in the face.