GH-38692: [C#] Implement ICollection<T?> on scalar arrays #2792
Annotations
10 warnings
Build:
csharp/src/Apache.Arrow/Arrays/BinaryArray.cs#L386
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Apache.Arrow/Arrays/BinaryArray.cs#L387
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Apache.Arrow/Arrays/Decimal256Array.cs#L234
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Apache.Arrow/Arrays/BinaryArray.cs#L386
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Apache.Arrow/Arrays/BinaryArray.cs#L387
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Apache.Arrow/Arrays/Decimal256Array.cs#L234
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Apache.Arrow/Memory/NativeMemoryManager.cs#L43
Adding a finalizer to a type derived from MemoryManager<T> may permit memory to be freed while it is still in use by a Span<T> (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2015)
|
Build:
csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs#L215
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs#L219
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs#L235
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading