Skip to content

BindByIndex implementation #104

BindByIndex implementation

BindByIndex implementation #104

Triggered via pull request January 3, 2025 17:52
Status Failure
Total duration 1m 42s
Artifacts

build.yml

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

Annotations

12 errors
build (ubuntu-22.04): MoreLinq/BindByIndex.cs#L89
Possible null reference argument for parameter 'queue' in 'IEnumerable<TResult> _(Queue<T> queue)'.
build (ubuntu-22.04): MoreLinq/BindByIndex.cs#L122
Dereference of a possibly null reference.
build (ubuntu-22.04): MoreLinq/BindByIndex.cs#L154
Naming rule violation: Prefix '_' is not expected (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
build (ubuntu-22.04): MoreLinq/BindByIndex.cs#L155
Naming rule violation: Prefix '_' is not expected (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
build (ubuntu-22.04): MoreLinq/BindByIndex.cs#L156
Naming rule violation: Prefix '_' is not expected (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
build (ubuntu-22.04): MoreLinq/BindByIndex.cs#L158
Avoid unnecessary zero-length array allocations. Use Array.Empty<T>() instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1825)
build (ubuntu-22.04): MoreLinq/BindByIndex.cs#L158
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
build (ubuntu-22.04): MoreLinq/BindByIndex.cs#L158
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
build (windows-2022)
The job was canceled because "ubuntu-22_04" failed.
build (windows-2022)
The operation was canceled.