Merge pull request #30 from GabrielMarquezMatte/develop #71
Annotations
10 warnings
|
Analyze (C#):
src/ExcelReader.Core/Parser/Internal/ExcelEnumerable.cs#L57
'GetAsyncEnumerator' returns a reference type. Consider returning a value type. (https://github.com/NetFabric/NetFabric.Hyperlinq.Analyzer/tree/master/docs/reference/HLQ006_GetEnumeratorReturnType.md)
|
|
|
|
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/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/Internal/CellFormatter.cs#L106
All 'WriteNumber' method overloads should be adjacent.
|
|
|