Skip to content

CodeQL

CodeQL #51

Triggered via schedule February 17, 2026 04:36
Status Success
Total duration 1m 40s
Artifacts

codeql-analysis.yml

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

Annotations

12 warnings
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L38
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Threading/ResourcePoolTests.cs#L237
Use 'Assert.DoesNotContain' instead of 'Assert.IsFalse' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Threading/ResourcePoolTests.cs#L236
Use 'Assert.Contains' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/GroupingTests.cs#L25
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L193
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L175
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L156
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L131
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L61
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L38
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
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/