Skip to content

Fixing compile error #16

Fixing compile error

Fixing compile error #16

Triggered via push March 14, 2024 17:57
Status Success
Total duration 8m 59s
Artifacts

csharp.yml

on: push
Matrix: csharp
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
C# ubuntu-latest: csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L435
Converting null literal or possible null value to non-nullable type.
C# ubuntu-latest: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L237
Possible null reference return.
C# ubuntu-latest: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L378
Possible null reference return.
C# ubuntu-latest: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L388
Possible null reference return.
C# ubuntu-latest: csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L1029
Possible null reference argument for parameter 'client' in 'BigQueryStatement.BigQueryStatement(BigQueryClient client, GoogleCredential credential)'.
C# ubuntu-latest: csharp/test/Drivers/Interop/Snowflake/CastTests.cs#L62
The field 'CastTests._columnSpecifications' is never used
C# ubuntu-latest: csharp/test/Drivers/Interop/Snowflake/ClientTests.cs#L233
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
C# ubuntu-latest: csharp/test/Drivers/Interop/Snowflake/ClientTests.cs#L247
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
C# ubuntu-latest: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L471
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# ubuntu-latest: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L527
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# macos-latest: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L237
Possible null reference return.
C# macos-latest: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L378
Possible null reference return.
C# macos-latest: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L388
Possible null reference return.
C# macos-latest: csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L1029
Possible null reference argument for parameter 'client' in 'BigQueryStatement.BigQueryStatement(BigQueryClient client, GoogleCredential credential)'.
C# macos-latest: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L471
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# macos-latest: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L527
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# macos-latest: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L631
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# macos-latest: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L621
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# macos-latest: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L633
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# macos-latest: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L635
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L435
Converting null literal or possible null value to non-nullable type.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L237
Possible null reference return.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L378
Possible null reference return.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L388
Possible null reference return.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L1029
Possible null reference argument for parameter 'client' in 'BigQueryStatement.BigQueryStatement(BigQueryClient client, GoogleCredential credential)'.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L237
Possible null reference return.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L378
Possible null reference return.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L388
Possible null reference return.
C# windows-2019: csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L1029
Possible null reference argument for parameter 'client' in 'BigQueryStatement.BigQueryStatement(BigQueryClient client, GoogleCredential credential)'.
C# windows-2019: csharp/src/Drivers/Apache/Spark/SparkConnection.cs#L471
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.