Initial test of fix for issue #41 #472
Annotations
3 errors
|
build
Process completed with exit code 2.
|
|
CreateUpdateAndFetchVectorAsMemory:
src/RepoDb.TestCore/VectorTestsBase.cs#L29
Test method RepoDb.SqlServer.IntegrationTests.Common.VectorTests.CreateUpdateAndFetchVectorAsMemory threw exception:
System.InvalidCastException: Unable to cast object of type 'Microsoft.Data.SqlTypes.SqlVector`1[System.Single]' to type 'System.ReadOnlyMemory`1[System.Single]'.
|
|
CreateUpdateAndFetchVectorAsMemory:
src/RepoDb.TestCore/VectorTestsBase.cs#L29
Test method RepoDb.Oracle.IntegrationTests.Common.VectorTests.CreateUpdateAndFetchVectorAsMemory threw exception:
System.InvalidCastException: Unable to cast object of type 'System.Single[]' to type 'System.ReadOnlyMemory`1[System.Single]'.
|