Skip to content

Remove public APIs obsoleted in version 5.7.0 #1038

Remove public APIs obsoleted in version 5.7.0

Remove public APIs obsoleted in version 5.7.0 #1038

Triggered via pull request May 27, 2025 11:46
Status Failure
Total duration 1m 27s
Artifacts

tiledb-csharp.yml

on: pull_request
Validate-Package
22s
Validate-Package
Matrix: Run-Tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 70 warnings
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/ConfigTest.cs#L90
'Config' does not contain a definition for 'Iterate' and no accessible extension method 'Iterate' accepting a first argument of type 'Config' could be found (are you missing a using directive or an assembly reference?)
Run-Tests (macos-latest)
Process completed with exit code 1.
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/ConfigTest.cs#L90
'Config' does not contain a definition for 'Iterate' and no accessible extension method 'Iterate' accepting a first argument of type 'Config' could be found (are you missing a using directive or an assembly reference?)
Run-Tests (ubuntu-latest)
Process completed with exit code 1.
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/ConfigTest.cs#L90
'Config' does not contain a definition for 'Iterate' and no accessible extension method 'Iterate' accepting a first argument of type 'Config' could be found (are you missing a using directive or an assembly reference?)
Run-Tests (windows-latest)
Process completed with exit code 1.
Validate-Package: 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
Validate-Package: 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
Validate-Package: 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
Validate-Package: 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
Validate-Package: sources/TileDB.CSharp/CoreUtil.cs#L58
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ElementOffsetsToByteOffsets(ulong[], DataType)' (but other parameters do)
Validate-Package: sources/TileDB.CSharp/CoreUtil.cs#L73
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ByteOffsetsToElementOffsets(ulong[], DataType)' (but other parameters do)
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/IncompleteQueryTest.cs#L141
'Entry' defines 'Equals' but not 'GetHashCode'
Validate-Package: sources/TileDB.CSharp/Domain.cs#L8
Missing XML comment for publicly visible type or member 'Domain'
Validate-Package: sources/TileDB.CSharp/Domain.cs#L14
Missing XML comment for publicly visible type or member 'Domain.Domain(Context)'
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/AttributeTest.cs#L220
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Validate-Package: sources/TileDB.CSharp/Domain.cs#L26
Missing XML comment for publicly visible type or member 'Domain.Dispose()'
Validate-Package: sources/TileDB.CSharp/Enums.cs#L48
Missing XML comment for publicly visible type or member 'QueryType.Delete'
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/QueryConditionTest.cs#L97
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L108
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L173
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/VFSTest.cs#L79
Remove the unused local variable 'dataWrite'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L25
Make 'createArrayMetadataArray' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L60
Make 'writeArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L121
Make 'clearArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L82
Make 'readArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (macos-latest): 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
Run-Tests (macos-latest): 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
Run-Tests (macos-latest): 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
Run-Tests (macos-latest): 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
Run-Tests (macos-latest): sources/TileDB.CSharp/CoreUtil.cs#L58
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ElementOffsetsToByteOffsets(ulong[], DataType)' (but other parameters do)
Run-Tests (macos-latest): sources/TileDB.CSharp/CoreUtil.cs#L73
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ByteOffsetsToElementOffsets(ulong[], DataType)' (but other parameters do)
Run-Tests (macos-latest): sources/TileDB.CSharp/Domain.cs#L8
Missing XML comment for publicly visible type or member 'Domain'
Run-Tests (macos-latest): sources/TileDB.CSharp/Domain.cs#L14
Missing XML comment for publicly visible type or member 'Domain.Domain(Context)'
Run-Tests (macos-latest): sources/TileDB.CSharp/Domain.cs#L26
Missing XML comment for publicly visible type or member 'Domain.Dispose()'
Run-Tests (macos-latest): sources/TileDB.CSharp/Enums.cs#L48
Missing XML comment for publicly visible type or member 'QueryType.Delete'
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/IncompleteQueryTest.cs#L141
'Entry' defines 'Equals' but not 'GetHashCode'
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/AttributeTest.cs#L220
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/QueryConditionTest.cs#L97
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L108
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L173
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L25
Make 'createArrayMetadataArray' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L60
Make 'writeArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/ArrayTest.cs#L39
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/ArrayTest.cs#L39
Use "DateTime.UnixEpoch" instead of creating DateTime instances that point to the unix epoch time (https://rules.sonarsource.com/csharp/RSPEC-6588)
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/AttributeTest.cs#L72
Remove or correct this assertion. (https://rules.sonarsource.com/csharp/RSPEC-2701)
Run-Tests (ubuntu-latest): 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
Run-Tests (ubuntu-latest): 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
Run-Tests (ubuntu-latest): 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
Run-Tests (ubuntu-latest): 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
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/CoreUtil.cs#L58
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ElementOffsetsToByteOffsets(ulong[], DataType)' (but other parameters do)
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/CoreUtil.cs#L73
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ByteOffsetsToElementOffsets(ulong[], DataType)' (but other parameters do)
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/Domain.cs#L8
Missing XML comment for publicly visible type or member 'Domain'
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/Domain.cs#L14
Missing XML comment for publicly visible type or member 'Domain.Domain(Context)'
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/Domain.cs#L26
Missing XML comment for publicly visible type or member 'Domain.Dispose()'
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/Enums.cs#L48
Missing XML comment for publicly visible type or member 'QueryType.Delete'
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/IncompleteQueryTest.cs#L141
'Entry' defines 'Equals' but not 'GetHashCode'
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/AttributeTest.cs#L220
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/QueryConditionTest.cs#L97
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L108
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L173
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L25
Make 'createArrayMetadataArray' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L60
Make 'writeArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/VFSTest.cs#L79
Remove the unused local variable 'dataWrite'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L82
Make 'readArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/ArrayMetadataTest.cs#L121
Make 'clearArrayMetadata' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Run-Tests (windows-latest): 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
Run-Tests (windows-latest): 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
Run-Tests (windows-latest): 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
Run-Tests (windows-latest): 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
Run-Tests (windows-latest): sources/TileDB.CSharp/CoreUtil.cs#L58
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ElementOffsetsToByteOffsets(ulong[], DataType)' (but other parameters do)
Run-Tests (windows-latest): sources/TileDB.CSharp/CoreUtil.cs#L73
Parameter 'dataType' has no matching param tag in the XML comment for 'CoreUtil.ByteOffsetsToElementOffsets(ulong[], DataType)' (but other parameters do)
Run-Tests (windows-latest): sources/TileDB.CSharp/Domain.cs#L8
Missing XML comment for publicly visible type or member 'Domain'
Run-Tests (windows-latest): sources/TileDB.CSharp/Domain.cs#L14
Missing XML comment for publicly visible type or member 'Domain.Domain(Context)'
Run-Tests (windows-latest): sources/TileDB.CSharp/Domain.cs#L26
Missing XML comment for publicly visible type or member 'Domain.Dispose()'
Run-Tests (windows-latest): sources/TileDB.CSharp/Enums.cs#L48
Missing XML comment for publicly visible type or member 'QueryType.Delete'