Closed this issue 5 years ago · 1 comments
Hello, I have the follow XmlDocInspections setting:
But nonetheless warning for public member in internal type is missing. Is it the bug?
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.
AccessibilityDomainType.PUBLIC
.INTERNAL