Skip to content

chore(deps): update nuget non-major dependencies #1218

chore(deps): update nuget non-major dependencies

chore(deps): update nuget non-major dependencies #1218

Triggered via pull request October 2, 2024 22:29
Status Success
Total duration 2m 51s
Artifacts

codeql-analysis.yml

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

Annotations

6 warnings
Analyze (csharp): src/Storage/Controllers/ContentOnDemandController.cs#L286
XML comment is not placed on a valid language element
Analyze (csharp): test/UnitTest/TestingControllers/MessageboxInstancesControllerTests.cs#L1163
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
Analyze (csharp): test/UnitTest/TestingControllers/MessageboxInstancesControllerTests.cs#L1162
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
Analyze (csharp): src/Storage/Controllers/ContentOnDemandController.cs#L286
XML comment is not placed on a valid language element
Analyze (csharp): test/UnitTest/TestingControllers/MessageboxInstancesControllerTests.cs#L1163
Do not use Assert.NotEmpty to check if a value exists in a collection. Use Assert.Contains instead. (https://xunit.net/xunit.analyzers/rules/xUnit2030)
Analyze (csharp): test/UnitTest/TestingControllers/MessageboxInstancesControllerTests.cs#L1162
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)