Skip to content

Interfaces should start with an "I" #179

@giggio

Description

@giggio

This is a convention in .NET, so:

interface Foo { }

Becomes:

interface IFoo { }

When renaming the interface, all references have to be renamed as well and no code should break.

Category: Style
Diagnostic Id: CC0062
Severity: Info

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions