Skip to content

fix: nuget publishing broken in last GitHub actions update #47

fix: nuget publishing broken in last GitHub actions update

fix: nuget publishing broken in last GitHub actions update #47

Triggered via pull request February 1, 2026 00:16
Status Success
Total duration 1m 37s
Artifacts

codeql-analysis.yml

on: pull_request
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#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#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#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 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/