GH-38692: [C#] Implement ICollection<T?> on scalar arrays (#41539) #2793
Annotations
1 error and 30 warnings
ARM64 macOS 14 C# 8.0.x
Process completed with exit code 1.
|
ARM64 macOS 14 C# 8.0.x:
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.
|
ARM64 macOS 14 C# 8.0.x:
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.
|
ARM64 macOS 14 C# 8.0.x:
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.
|
ARM64 macOS 14 C# 8.0.x:
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.
|
ARM64 macOS 14 C# 8.0.x:
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.
|
ARM64 macOS 14 C# 8.0.x:
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.
|
ARM64 macOS 14 C# 8.0.x:
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)
|
ARM64 macOS 14 C# 8.0.x:
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.
|
ARM64 macOS 14 C# 8.0.x:
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.
|
ARM64 macOS 14 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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)
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Ubuntu 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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)
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|
AMD64 Windows 2019 18.04 C# 8.0.x:
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.
|