Skip to content

Fix generic type validation to support datetimes and non-ASCII strings. #676

Fix generic type validation to support datetimes and non-ASCII strings.

Fix generic type validation to support datetimes and non-ASCII strings. #676

Triggered via pull request October 11, 2023 23:57
Status Failure
Total duration 2m 13s
Artifacts

tiledb-csharp.yml

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

Annotations

27 errors and 70 warnings
TestMinimumBoundedRectangles: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L203
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass10_0.<TestMinimumBoundedRectangles>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 203 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestMinimumBoundedRectanglesInt32: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L230
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass11_0.<TestMinimumBoundedRectanglesInt32>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 230 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestNonEmptyDomain
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get non-empty domain var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringNonEmptyDomain(UInt32 fragmentIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 606 at TileDB.CSharp.FragmentInfo.GetNonEmptyDomain[T](UInt32 fragmentIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 541 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass12_1.<TestNonEmptyDomain>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 272 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestBoolAttributeArrayQuery: _/tests/TileDB.CSharp.Test/QueryTest.cs#L631
Test method TileDB.CSharp.Test.QueryTest.TestBoolAttributeArrayQuery threw exception: System.ArgumentException: Type is not compatible with data type Boolean.
TestMinimumBoundedRectangles: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L203
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass10_0.<TestMinimumBoundedRectangles>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 203 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestMinimumBoundedRectanglesInt32: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L230
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass11_0.<TestMinimumBoundedRectanglesInt32>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 230 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestNonEmptyDomain
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get non-empty domain var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringNonEmptyDomain(UInt32 fragmentIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 606 at TileDB.CSharp.FragmentInfo.GetNonEmptyDomain[T](UInt32 fragmentIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 541 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass12_1.<TestNonEmptyDomain>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 272 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestBoolAttributeArrayQuery: _/tests/TileDB.CSharp.Test/QueryTest.cs#L631
Test method TileDB.CSharp.Test.QueryTest.TestBoolAttributeArrayQuery threw exception: System.ArgumentException: Type is not compatible with data type Boolean.
Run-Tests (ubuntu-latest)
Process completed with exit code 1.
TestMinimumBoundedRectangles: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L203
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass10_0.<TestMinimumBoundedRectangles>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 203 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestMinimumBoundedRectanglesInt32: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L230
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass11_0.<TestMinimumBoundedRectanglesInt32>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 230 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestNonEmptyDomain
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get non-empty domain var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringNonEmptyDomain(UInt32 fragmentIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 606 at TileDB.CSharp.FragmentInfo.GetNonEmptyDomain[T](UInt32 fragmentIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 541 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass12_1.<TestNonEmptyDomain>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 272 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestBoolAttributeArrayQuery: _/tests/TileDB.CSharp.Test/QueryTest.cs#L631
Test method TileDB.CSharp.Test.QueryTest.TestBoolAttributeArrayQuery threw exception: System.ArgumentException: Type is not compatible with data type Boolean.
TestMinimumBoundedRectangles: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L203
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass10_0.<TestMinimumBoundedRectangles>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 203 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestMinimumBoundedRectanglesInt32: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L230
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass11_0.<TestMinimumBoundedRectanglesInt32>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 230 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestNonEmptyDomain
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get non-empty domain var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringNonEmptyDomain(UInt32 fragmentIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 606 at TileDB.CSharp.FragmentInfo.GetNonEmptyDomain[T](UInt32 fragmentIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 541 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass12_1.<TestNonEmptyDomain>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 272 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestBoolAttributeArrayQuery: _/tests/TileDB.CSharp.Test/QueryTest.cs#L631
Test method TileDB.CSharp.Test.QueryTest.TestBoolAttributeArrayQuery threw exception: System.ArgumentException: Type is not compatible with data type Boolean.
Run-Tests (windows-latest)
Process completed with exit code 1.
TestMinimumBoundedRectangles: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L203
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass10_0.<TestMinimumBoundedRectangles>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 203 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestMinimumBoundedRectanglesInt32: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L230
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass11_0.<TestMinimumBoundedRectanglesInt32>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 230 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestNonEmptyDomain: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L272
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get non-empty domain var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringNonEmptyDomain(UInt32 fragmentIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 606 at TileDB.CSharp.FragmentInfo.GetNonEmptyDomain[T](UInt32 fragmentIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 541 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass12_1.<TestNonEmptyDomain>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 272 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestBoolAttributeArrayQuery: _/tests/TileDB.CSharp.Test/QueryTest.cs#L631
Test method TileDB.CSharp.Test.QueryTest.TestBoolAttributeArrayQuery threw exception: System.ArgumentException: Type is not compatible with data type Boolean.
TestMinimumBoundedRectangles: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L203
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass10_0.<TestMinimumBoundedRectangles>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 203 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestMinimumBoundedRectanglesInt32: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L230
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get MBR var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringMinimumBoundedRectangle(UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 483 at TileDB.CSharp.FragmentInfo.GetMinimumBoundedRectangle[T](UInt32 fragmentIndex, UInt32 minimumBoundedRectangleIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 416 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass11_0.<TestMinimumBoundedRectanglesInt32>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 230 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestNonEmptyDomain: _/tests/TileDB.CSharp.Test/FragmentInfoTest.cs#L272
Assert.ThrowsException failed. Threw exception TileDBException, but exception ArgumentException was expected. Exception Message: [TileDB::FragmentInfo] Error: Cannot get non-empty domain var size; Dimension is fixed sized Stack Trace: at TileDB.CSharp.Context.handle_error(Int32 rc) in /_/sources/TileDB.CSharp/Context.cs:line 366 at TileDB.CSharp.FragmentInfo.GetStringNonEmptyDomain(UInt32 fragmentIndex, UInt32 dimensionIndex, DataType dataType) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 606 at TileDB.CSharp.FragmentInfo.GetNonEmptyDomain[T](UInt32 fragmentIndex, UInt32 dimensionIndex) in /_/sources/TileDB.CSharp/FragmentInfo.cs:line 541 at TileDB.CSharp.Test.FragmentInfoTest.<>c__DisplayClass12_1.<TestNonEmptyDomain>b__1() in /_/tests/TileDB.CSharp.Test/FragmentInfoTest.cs:line 272 at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.<>c__DisplayClass105_0`1.<ThrowsException>b__0() at Microsoft.VisualStudio.TestTools.UnitTesting.Assert.ThrowsException[T](Action action, String message, Object[] parameters)
TestBoolAttributeArrayQuery: _/tests/TileDB.CSharp.Test/QueryTest.cs#L631
Test method TileDB.CSharp.Test.QueryTest.TestBoolAttributeArrayQuery threw exception: System.ArgumentException: Type is not compatible with data type Boolean.
Run-Tests (macos-latest)
Process completed with exit code 1.
Validate-Package
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Validate-Package
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Validate-Package
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Validate-Package: sources/TileDB.CSharp/Group.cs#L67
'Methods.tiledb_group_create(tiledb_ctx_t*, sbyte*)' is obsolete
Validate-Package: sources/TileDB.CSharp/ConfigIterator.cs#L9
Missing XML comment for publicly visible type or member 'ConfigIterator'
Validate-Package: sources/TileDB.CSharp/ConfigIterator.cs#L21
Missing XML comment for publicly visible type or member 'ConfigIterator.Dispose()'
Validate-Package: sources/TileDB.CSharp/ConfigIterator.cs#L39
Missing XML comment for publicly visible type or member 'ConfigIterator.Here()'
Validate-Package: sources/TileDB.CSharp/ConfigIterator.cs#L57
Missing XML comment for publicly visible type or member 'ConfigIterator.Next()'
Validate-Package: sources/TileDB.CSharp/ConfigIterator.cs#L68
Missing XML comment for publicly visible type or member 'ConfigIterator.Done()'
Validate-Package: sources/TileDB.CSharp/ConfigIterator.cs#L81
Missing XML comment for publicly visible type or member 'ConfigIterator.Reset(string)'
Run-Tests (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/Group.cs#L67
'Methods.tiledb_group_create(tiledb_ctx_t*, sbyte*)' is obsolete
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/ConfigIterator.cs#L9
Missing XML comment for publicly visible type or member 'ConfigIterator'
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/ConfigIterator.cs#L21
Missing XML comment for publicly visible type or member 'ConfigIterator.Dispose()'
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/ConfigIterator.cs#L39
Missing XML comment for publicly visible type or member 'ConfigIterator.Here()'
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/ConfigIterator.cs#L57
Missing XML comment for publicly visible type or member 'ConfigIterator.Next()'
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/ConfigIterator.cs#L68
Missing XML comment for publicly visible type or member 'ConfigIterator.Done()'
Run-Tests (ubuntu-latest): sources/TileDB.CSharp/ConfigIterator.cs#L81
Missing XML comment for publicly visible type or member 'ConfigIterator.Reset(string)'
Run-Tests (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (ubuntu-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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#L216
Remove this commented out code.
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L107
Complete the task associated to this 'TODO' comment.
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L172
Complete the task associated to this 'TODO' comment.
Run-Tests (ubuntu-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L14
Initialize all 'static fields' inline and remove the 'static constructor'.
Run-Tests (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (windows-latest): sources/TileDB.CSharp/Group.cs#L67
'Methods.tiledb_group_create(tiledb_ctx_t*, sbyte*)' is obsolete
Run-Tests (windows-latest): sources/TileDB.CSharp/ConfigIterator.cs#L9
Missing XML comment for publicly visible type or member 'ConfigIterator'
Run-Tests (windows-latest): sources/TileDB.CSharp/ConfigIterator.cs#L21
Missing XML comment for publicly visible type or member 'ConfigIterator.Dispose()'
Run-Tests (windows-latest): sources/TileDB.CSharp/ConfigIterator.cs#L39
Missing XML comment for publicly visible type or member 'ConfigIterator.Here()'
Run-Tests (windows-latest): sources/TileDB.CSharp/ConfigIterator.cs#L57
Missing XML comment for publicly visible type or member 'ConfigIterator.Next()'
Run-Tests (windows-latest): sources/TileDB.CSharp/ConfigIterator.cs#L68
Missing XML comment for publicly visible type or member 'ConfigIterator.Done()'
Run-Tests (windows-latest): sources/TileDB.CSharp/ConfigIterator.cs#L81
Missing XML comment for publicly visible type or member 'ConfigIterator.Reset(string)'
Run-Tests (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (windows-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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#L216
Remove this commented out code.
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L107
Complete the task associated to this 'TODO' comment.
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L172
Complete the task associated to this 'TODO' comment.
Run-Tests (windows-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L14
Initialize all 'static fields' inline and remove the 'static constructor'.
Run-Tests (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (macos-latest): sources/TileDB.CSharp/Group.cs#L67
'Methods.tiledb_group_create(tiledb_ctx_t*, sbyte*)' is obsolete
Run-Tests (macos-latest): sources/TileDB.CSharp/ConfigIterator.cs#L9
Missing XML comment for publicly visible type or member 'ConfigIterator'
Run-Tests (macos-latest): sources/TileDB.CSharp/ConfigIterator.cs#L21
Missing XML comment for publicly visible type or member 'ConfigIterator.Dispose()'
Run-Tests (macos-latest): sources/TileDB.CSharp/ConfigIterator.cs#L39
Missing XML comment for publicly visible type or member 'ConfigIterator.Here()'
Run-Tests (macos-latest): sources/TileDB.CSharp/ConfigIterator.cs#L57
Missing XML comment for publicly visible type or member 'ConfigIterator.Next()'
Run-Tests (macos-latest): sources/TileDB.CSharp/ConfigIterator.cs#L68
Missing XML comment for publicly visible type or member 'ConfigIterator.Done()'
Run-Tests (macos-latest): sources/TileDB.CSharp/ConfigIterator.cs#L81
Missing XML comment for publicly visible type or member 'ConfigIterator.Reset(string)'
Run-Tests (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (macos-latest)
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/IncompleteQueryTest.cs#L141
'Entry' defines 'Equals' but not 'GetHashCode'
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/AttributeTest.cs#L216
Remove this commented out code.
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/QueryConditionTest.cs#L97
Remove this commented out code.
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L107
Complete the task associated to this 'TODO' comment.
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/TestUtil.cs#L172
Complete the task associated to this 'TODO' comment.
Run-Tests (macos-latest): tests/TileDB.CSharp.Test/StatsTest.cs#L35
Make sure these 2 arguments are in the correct order: expected value, actual value.