Develop #70
Annotations
10 warnings
|
Analyze (C#):
src/ExcelReader.Core/ValueObjects/Cell.cs#L196
Use string.Equals instead of Equals operator (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0006.md)
|
|
|
|
Analyze (C#):
src/ExcelReader.Core/Writer/WorkbookRecordWriter.cs#L132
A static field in a generic type is not shared among instances of different close constructed types.
|
|
Analyze (C#):
src/ExcelReader.Core/Writer/WorkbookRecordWriter.cs#L131
A static field in a generic type is not shared among instances of different close constructed types.
|
|
|
|
|
|
Analyze (C#):
src/ExcelReader.Core/Writer/WorkbookRecordWriter.cs#L250
A static field in a generic type is not shared among instances of different close constructed types.
|
|
Analyze (C#):
src/ExcelReader.Core/Writer/WorkbookRecordWriter.cs#L244
A static field in a generic type is not shared among instances of different close constructed types.
|
|
Analyze (C#):
src/ExcelReader.Core/Writer/Internal/CellFormatter.cs#L106
All 'WriteNumber' method overloads should be adjacent.
|
|
|