Skip to content

GH-41349: [C#] Optimize DecimalUtility.GetBytes(SqlDecimal) on .NET 7+ #2788

GH-41349: [C#] Optimize DecimalUtility.GetBytes(SqlDecimal) on .NET 7+

GH-41349: [C#] Optimize DecimalUtility.GetBytes(SqlDecimal) on .NET 7+ #2788

Triggered via pull request May 9, 2024 12:40
Status Failure
Total duration 3m 20s
Artifacts

csharp.yml

on: pull_request
Matrix: macos
Matrix: ubuntu
Matrix: windows
Fit to window
Zoom out
Zoom in

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/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/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/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/Scalars/BinaryView.cs#L86
Argument 1 should be passed with 'ref' or 'in' keyword
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.Flight.Tests/FlightTests.cs#L306
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
ARM64 macOS 14 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Tests/FlightTests.cs#L307
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
ARM64 macOS 14 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Tests/FlightTests.cs#L309
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
ARM64 macOS 14 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Tests/FlightTests.cs#L341
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
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/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/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/Scalars/BinaryView.cs#L86
Argument 1 should be passed with 'ref' or 'in' keyword
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.Flight.Sql.Tests/FlightSqlServerTests.cs#L274
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
AMD64 Ubuntu 18.04 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L68
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
AMD64 Ubuntu 18.04 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L118
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
AMD64 Ubuntu 18.04 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L134
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
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/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/Scalars/BinaryView.cs#L86
Argument 1 should be passed with 'ref' or 'in' keyword
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/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.Flight.Sql.Tests/FlightSqlServerTests.cs#L274
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
AMD64 Windows 2019 18.04 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L68
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
AMD64 Windows 2019 18.04 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L118
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
AMD64 Windows 2019 18.04 C# 8.0.x: csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L134
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)