BindByIndex implementation #104
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/Extensions.g.cs#L722
Symbol 'BindByIndexExtension' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
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 (ubuntu-22.04):
MoreLinq/Extensions.g.cs#L743
Symbol 'BindByIndex<T, TResult>' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
build (windows-2022)
The job was canceled because "ubuntu-22_04" failed.
|
build (windows-2022)
The operation was canceled.
|