dotnet / roslyn-analyzers

MIT License
1.59k stars 466 forks source link

Port FxCop rule CA1023: IndexersShouldNotBeMultidimensional #378

Open ghost opened 8 years ago

ghost commented 8 years ago

Title: Indexers should not be multidimensional

Description:

Indexers (that is, indexed properties) should use a single index. Multidimensional indexers can significantly reduce the usability of the library.

Dependency: None

Notes:

srivatsn commented 8 years ago

Transition bootcamp project.