Open
Description
1.2.0-beta.507
In our stylecop json we have:
"maintainabilityRules": {
"topLevelTypes": [ "class" ]
}
But still it warns about files containing more than one record. It's fine if the default for topLevelTypes has changed to include records but not being able to configure it at all is inconvenient.