Skip to content

Implement async enumerators and enhance related documentation and tests #84

Implement async enumerators and enhance related documentation and tests

Implement async enumerators and enhance related documentation and tests #84

Triggered via pull request July 21, 2026 14:39
Status Cancelled
Total duration 2m 24s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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#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
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)