fix after merge #9
Annotations
10 warnings
csharp/src/arrow/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)
|
csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L303
Possible null reference return.
|
csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L313
Possible null reference return.
|
csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L303
Possible null reference return.
|
csharp/src/Drivers/BigQuery/BigQueryStatement.cs#L313
Possible null reference return.
|
csharp/test/Drivers/Snowflake/ClientTests.cs#L195
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
csharp/test/Drivers/Snowflake/ClientTests.cs#L209
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
csharp/test/Drivers/Snowflake/ClientTests.cs#L195
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
csharp/test/Drivers/Snowflake/ClientTests.cs#L209
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
csharp/src/arrow/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)
|
The logs for this run have expired and are no longer available.
Loading