Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.28 KB

File metadata and controls

31 lines (20 loc) · 1.28 KB

0.2.14

Added CI0009: Diagnostic to suggest initialize List<T> capacity with the size of a source collection.

0.2.13

Added CI0008: Diagnostic to suggest using HashSet instead of an array for Contains operations. HashSet provides O(1) lookup performance compared to O(n) for arrays.

0.2.12.1

Concurrent collections improvements.

0.2.12

Added concurrent collections diagnostic CI0007

0.2.11

Added collection initializer diagnostic to CI0006

0.2.8.1

Fix variable initializer.

0.2.8

Added variable initializer diagnostic to CI0003

0.2.7.1:

Fix object initializer diagnostic.

0.2.7:

Added object initializer diagnostic to CI0003

0.2.6:

Added property diagnostic to CI0003