Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 530 Bytes

RCS1043.md

File metadata and controls

32 lines (22 loc) · 530 Bytes

RCS1043: Remove 'partial' modifier from type with a single part

Property Value
Id RCS1043
Category Redundancy
Severity Hidden

Example

Code with Diagnostic

public partial class Foo // RCS1043
{
}

Code with Fix

public class Foo
{
}

See Also

(Generated with DotMarkdown)