GH-36078: [C#] Flight SQL implementation for C# #1973
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
csharp.yml
on: pull_request
Matrix: macos
Matrix: ubuntu
Matrix: windows
Annotations
30 warnings
AMD64 Ubuntu 18.04 C# 7.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>
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L637
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L629
Non-nullable property 'MethodCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L630
Non-nullable property 'HostCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L631
Non-nullable property 'PeerCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L633
Non-nullable property 'RequestHeadersCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L635
Non-nullable property 'ResponseTrailersCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L637
Non-nullable property 'WriteOptionsCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L638
Non-nullable property 'AuthContextCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Ubuntu 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L647
Possible null reference assignment.
|
AMD64 macOS 11 C# 7.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>
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L637
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L647
Possible null reference assignment.
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L645
Non-nullable property 'Descriptor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L629
Non-nullable property 'MethodCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L630
Non-nullable property 'HostCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L631
Non-nullable property 'PeerCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L633
Non-nullable property 'RequestHeadersCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L635
Non-nullable property 'ResponseTrailersCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 macOS 11 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L637
Non-nullable property 'WriteOptionsCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Windows 2019 18.04 C# 7.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>
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L637
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L647
Possible null reference assignment.
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L645
Non-nullable property 'Descriptor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L629
Non-nullable property 'MethodCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L630
Non-nullable property 'HostCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L631
Non-nullable property 'PeerCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L633
Non-nullable property 'RequestHeadersCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L635
Non-nullable property 'ResponseTrailersCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AMD64 Windows 2019 18.04 C# 7.0.x:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlProducerTests.cs#L637
Non-nullable property 'WriteOptionsCore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|