Merge pull request #31 from GabrielMarquezMatte/develop #73
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#L254
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#L248
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#L136
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#L135
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.
|
|
|