NetAnalyzers 7.0.0
Release build of Microsoft.CodeAnalysis.NetAnalyzers containing first-party code quality analyzers ("CAxxxx rules").
Added
- Globalization
- CA1311: Specify a culture or use an invariant version -- Enabled by default
- Interoperability
- Performance
- CA1850: Prefer static 'HashData' method over 'ComputeHash' -- Enabled by default
- CA1851: Possible multiple enumerations of 'IEnumerable' collection
- CA1852: Seal internal types -- Enabled by default
- CA1853: Unnecessary call to 'Dictionary.ContainsKey(key)' -- Enabled by default
- CA1854: Prefer the 'IDictionary.TryGetValue(TKey, out TValue)' method -- Enabled by default
- CA1855: Prefer 'Clear' over 'Fill' -- Enabled by default
- Reliability
- Usage