Merge pull request #36 from GabrielMarquezMatte/develop #83
Annotations
10 warnings
|
|
|
|
|
Analyze (C#):
src/ExcelReader.Core/Parser/Internal/RowEnumeratorBase.cs#L16
Class with no virtual dispose method should be sealed (https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/documentation/IDISP025.md)
|
|
Analyze (C#):
src/ExcelReader.Core/Parser/Internal/RowEnumeratorBase.cs#L22
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
Analyze (C#):
src/ExcelReader.Core/Parser/Internal/RowEnumeratorBase.cs#L21
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
Analyze (C#):
src/ExcelReader.Core/Parser/Internal/RowEnumeratorBase.cs#L16
Provide an overridable implementation of Dispose(bool) on 'SyncRowEnumerator' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1063)
|
|
Analyze (C#):
src/ExcelReader.Core/Reader/XlsxReader.cs#L12
Don't assign member with injected and created disposables (https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/documentation/IDISP008.md)
|
|
Analyze (C#):
src/ExcelReader.Core/Writer/Internal/CellFormatter.cs#L90
All 'WriteNumber' method overloads should be adjacent.
|
|
Analyze (C#):
src/ExcelReader.Core/Reader/XlsbReader.cs#L23
Don't assign member with injected and created disposables (https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/documentation/IDISP008.md)
|
|
|