feat(csharp/src/Apache.Arrow.Adbc): Cleanup use of List<T> in APIs and implementation #343
Annotations
10 warnings
Build:
csharp/src/Drivers/Apache/Thrift/StreamExtensions.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Thrift/StreamExtensions.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L853
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L843
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L693
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L749
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L855
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L857
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L260
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L450
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading