Open
Description
As described, SA1600
fires warning for internal interfaces even if documentInternalElements
option set to false
. Works correct for classes.
My stylecop.json
{
"settings": {
"orderingRules": { "usingDirectivesPlacement": "outsideNamespace" },
"documentationRules": {
"documentInternalElements": false,
"documentationCulture": "ru-RU"
}
}
}
Metadata
Metadata
Assignees
Labels
No labels