ulrichb/XmlDocInspections

Missing warning for public member in internal type.

Closed this issue · 1 comments

sq735 commented

Hello, I have the follow XmlDocInspections setting:
er

But nonetheless warning for public member in internal type is missing. Is it the bug?

er1

What you observe is ReSharper's interpretation of AccessibilityDomainType.PUBLIC/.INTERNAL, which implements the rule that internal class + public member effectively is internal. => Expected behavior.