Skip to content

CodeQL

CodeQL #397

Triggered via schedule November 5, 2025 16:49
Status Success
Total duration 1m 56s
Artifacts

codeql-analysis.yml

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

Annotations

10 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.