Skip to content

Libraries update

Libraries update #168

Triggered via pull request January 11, 2024 08:37
Status Success
Total duration 3m 49s
Artifacts

codeql.yml

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

Annotations

7 warnings
Analyze (csharp)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby
Analyze (csharp): samples/TinyHelpers.Sample/Benchmarks.cs#L11
Field 'Benchmarks.spanOptions' is never assigned to, and will always have its default value null
Analyze (csharp): samples/TinyHelpers.Sample/Benchmarks.cs#L10
Field 'Benchmarks.defaultOptions' is never assigned to, and will always have its default value null
Analyze (csharp): tests/TinyHelpers.Tests/Extensions/StringExtensionsTests.cs#L66
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Analyze (csharp): samples/TinyHelpers.Sample/Benchmarks.cs#L11
Field 'Benchmarks.spanOptions' is never assigned to, and will always have its default value null
Analyze (csharp): samples/TinyHelpers.Sample/Benchmarks.cs#L10
Field 'Benchmarks.defaultOptions' is never assigned to, and will always have its default value null
Analyze (csharp): tests/TinyHelpers.Tests/Extensions/StringExtensionsTests.cs#L66
Null should not be used for type parameter 'input' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)