Skip to content

Add WithIndex overload for IQueryable #175 #173

Add WithIndex overload for IQueryable #175

Add WithIndex overload for IQueryable #175 #173

Triggered via push February 12, 2024 11:22
Status Success
Total duration 3m 55s
Artifacts

codeql.yml

on: push
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): 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)
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