Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 494 Bytes

RCS1060.md

File metadata and controls

28 lines (19 loc) · 494 Bytes

RCS1060: Declare each type in separate file

Property Value
Id RCS1060
Category Maintainability
Severity None

Example

Code with Diagnostic

public class Foo // RCS1060
{
}

public class Bar
{
}

See Also

(Generated with DotMarkdown)