Skip to content

CodeQL

CodeQL #412

Triggered via schedule February 18, 2026 17:32
Status Success
Total duration 2m 11s
Artifacts

codeql-analysis.yml

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

Annotations

12 warnings
Analyze (csharp): PowerType.Tests/ConditionTests.cs#L167
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): PowerType.Tests/ConditionTests.cs#L146
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): PowerType.Tests/ThreadQueueTests.cs#L40
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
Analyze (csharp): PowerType.Tests/ThreadQueueTests.cs#L30
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
Analyze (csharp): PowerType.Tests/ThreadQueueTests.cs#L29
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
Analyze (csharp): PowerType.Tests/ThreadQueueTests.cs#L25
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
Analyze (csharp): PowerType.Tests/ConditionTests.cs#L183
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): PowerType.Tests/ConditionTests.cs#L183
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): PowerType.Tests/ConditionTests.cs#L167
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): PowerType.Tests/ConditionTests.cs#L146
Cannot convert null literal to non-nullable reference type.
Analyze (csharp)
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
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/