Nightly-Build #757
Annotations
10 errors and 20 warnings
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/AggregatesTest.cs#L11
Test method TileDB.CSharp.Test.AggregatesTest.Test threw exception:
System.TypeInitializationException: The type initializer for 'TileDB.CSharp.Context' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L19
Test method TileDB.CSharp.Test.ArrayMetadataTest.TestArrayMetadata threw exception:
System.TypeInitializationException: The type initializer for 'TileDB.CSharp.Context' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp
Initialization method TileDB.CSharp.Test.ArraySchemaEvolutionTest.CreateArray threw exception. System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory.
|
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/ArraySchemaTest.cs#L12
Test method TileDB.CSharp.Test.ArraySchemaTest.TestArraySchema threw exception:
System.TypeInitializationException: The type initializer for 'TileDB.CSharp.Context' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/ArraySchemaTest.cs#L96
Test method TileDB.CSharp.Test.ArraySchemaTest.TestArraySchemaInt32Simple threw exception:
System.TypeInitializationException: The type initializer for 'TileDB.CSharp.Context' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/ArraySchemaTest.cs#L125
Test method TileDB.CSharp.Test.ArraySchemaTest.TestArraySchemaInt32Hilbert threw exception:
System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/ArraySchemaTest.cs#L157
Test method TileDB.CSharp.Test.ArraySchemaTest.TestArraySchemaInt32DenseHilbert threw exception:
System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/ArraySchemaTest.cs#L191
Test method TileDB.CSharp.Test.ArraySchemaTest.TestArraySchemaInt32NegativeDomainHilbert threw exception:
System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/ArraySchemaTest.cs#L223
Test method TileDB.CSharp.Test.ArraySchemaTest.TestArraySchemaFloat32Hilbert threw exception:
System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp:
_/tests/TileDB.CSharp.Test/ArraySchemaTest.cs#L255
Test method TileDB.CSharp.Test.ArraySchemaTest.TestArraySchemaStringHilbert threw exception:
System.DllNotFoundException: Unable to load shared library 'tiledb' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libtiledb: cannot open shared object file: No such file or directory
|
Test TileDB-CSharp
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Test TileDB-CSharp
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/IncompleteQueryTest.cs#L141
'Entry' defines 'Equals' but not 'GetHashCode'
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/AttributeTest.cs#L220
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/QueryConditionTest.cs#L97
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/TestUtil.cs#L108
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/TestUtil.cs#L173
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L25
Make 'createArrayMetadataArray' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L60
Make 'writeArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Test TileDB-CSharp:
tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L82
Make 'readArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build TileDB-CSharp:
sources/TileDB.CSharp/Config.cs#L181
'ConfigIterator' is obsolete: 'ConfigIterator is obsolete. Directly enumerate a Config or call its EnumerateOptions method instead.' (https://tiledb-inc.github.io/TileDB-CSharp/obsoletions.html#TILEDB0015)
|
Build TileDB-CSharp:
sources/TileDB.CSharp/Config.cs#L183
'ConfigIterator' is obsolete: 'ConfigIterator is obsolete. Directly enumerate a Config or call its EnumerateOptions method instead.' (https://tiledb-inc.github.io/TileDB-CSharp/obsoletions.html#TILEDB0015)
|
Build TileDB-CSharp:
sources/TileDB.CSharp/Interop/tiledb_range_t.cs#L11
Field 'tiledb_range_t.min_size' is never assigned to, and will always have its default value 0
|
Build TileDB-CSharp:
sources/TileDB.CSharp/Interop/tiledb_range_t.cs#L8
Field 'tiledb_range_t.min' is never assigned to, and will always have its default value
|
Build TileDB-CSharp:
sources/TileDB.CSharp/Interop/tiledb_range_t.cs#L17
Field 'tiledb_range_t.max_size' is never assigned to, and will always have its default value 0
|
Build TileDB-CSharp:
sources/TileDB.CSharp/Interop/tiledb_range_t.cs#L14
Field 'tiledb_range_t.max' is never assigned to, and will always have its default value
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L11
Missing XML comment for publicly visible type or member 'ConfigIterator'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L23
Missing XML comment for publicly visible type or member 'ConfigIterator.Dispose()'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L60
Missing XML comment for publicly visible type or member 'ConfigIterator.Here()'
|
Build TileDB-CSharp:
sources/TileDB.CSharp/ConfigIterator.cs#L66
Missing XML comment for publicly visible type or member 'ConfigIterator.Next()'
|
Loading