Skip to content

Add default ProblemDetails and Exception Handler implementation #169 #165

Add default ProblemDetails and Exception Handler implementation #169

Add default ProblemDetails and Exception Handler implementation #169 #165

Triggered via push January 8, 2024 13:17
Status Success
Total duration 3m 29s
Artifacts

codeql.yml

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

Annotations

6 warnings
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#L10
Field 'Benchmarks.defaultOptions' is never assigned to, and will always have its default value null
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): 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#L10
Field 'Benchmarks.defaultOptions' is never assigned to, and will always have its default value null
Analyze (csharp): samples/TinyHelpers.Sample/Benchmarks.cs#L11
Field 'Benchmarks.spanOptions' is never assigned to, and will always have its default value null