Skip to content

Add extension methods for the Guid type #187

Add extension methods for the Guid type

Add extension methods for the Guid type #187

Triggered via pull request February 27, 2024 11:53
Status Success
Total duration 3m 58s
Artifacts

codeql.yml

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

Annotations

8 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
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
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)