MINOR: [Dev] Add zanmato1984 and ZhangHuiGui in collaborators list (… #126
Annotations
10 warnings
Build:
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.
|
Build:
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.
|
Build:
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)
|
Build:
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).
|
Build:
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)
|
Build:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L148
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)
|
Build:
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)
|
Build:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L178
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)
|
Build:
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)
|
Build:
csharp/test/Apache.Arrow.Flight.Sql.Tests/FlightSqlServerTests.cs#L195
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)
|
Loading