Implement async enumerators and enhance related documentation and tests #84
Annotations
3 errors and 10 warnings
|
Analyze (C#)
Canceling since a higher priority waiting request for codeql-refs/pull/37/merge exists
|
|
Analyze (C#)
The operation was canceled.
|
|
CodeQL
Canceling since a higher priority waiting request for codeql-refs/pull/37/merge exists
|
|
Analyze (C#):
src/ExcelReader.Core/Parser/Internal/RowEnumeratorBase.cs#L79
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#L71
Class with no virtual DisposeAsyncCore method should be sealed (https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/documentation/IDISP026.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
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
|
|
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#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)
|
|
|
|
|
|
|