Skip to content

CodeQL

CodeQL #838

Triggered via schedule January 6, 2026 08:57
Status Success
Total duration 14m 34s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp): src/EPPlusTest/DataValidation/ValidationCollectionTests.cs#L61
Prefer 'Assert.ThrowsExactly/ThrowsExactlyAsync' over '[ExpectedException]' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0006)
Analyze (csharp): src/EPPlusTest/DataValidation/ValidationCollectionTests.cs#L54
Prefer 'Assert.ThrowsExactly/ThrowsExactlyAsync' over '[ExpectedException]' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0006)
Analyze (csharp): src/EPPlusTest/CommentsTest.cs#L341
Prefer 'Assert.ThrowsExactly/ThrowsExactlyAsync' over '[ExpectedException]' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0006)
Analyze (csharp): src/EPPlusTest/Issues/DefinedNameIssues.cs#L242
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/EPPlusTest/Issues/DefinedNameIssues.cs#L241
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/EPPlusTest/Issues/DefinedNameIssues.cs#L235
Unreachable code detected
Analyze (csharp): src/EPPlusTest/Issues/DefinedNameIssues.cs#L228
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/EPPlusTest/Issues/DefinedNameIssues.cs#L227
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/EPPlusTest/Issues/DefinedNameIssues.cs#L188
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/EPPlusTest/Issues/DefinedNameIssues.cs#L187
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/