Skip to content

CodeQL

CodeQL #69

Triggered via schedule December 16, 2024 00:03
Status Success
Total duration 8m 10s
Artifacts

codeQL.yml

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

Annotations

11 warnings
Analyze (csharp)
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\durabletask-netherite\durabletask-netherite\.github\workflows\codeQL.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
Analyze (csharp): src/DurableTask.Netherite/TransportLayer/EventHubs/EventProcessorHost.cs#L24
Field 'EventProcessorHost.shutdownToken' is never assigned to, and will always have its default value
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L104
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L132
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L170
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L208
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L212
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L216
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L231
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L235
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L239
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)