Change scaffolding PG arrays to List<T> instead of T[] #2100
Annotations
5 errors
Test:
test/EFCore.PG.FunctionalTests/Migrations/MigrationsNpgsqlTest.cs#L2396
System.InvalidOperationException : An exception has been raised that is likely due to a transient failure.
---- Npgsql.NpgsqlException : Exception while reading from stream
-------- System.TimeoutException : Timeout during reading attempt
|
Test:
test/EFCore.PG.FunctionalTests/Migrations/MigrationsNpgsqlTest.cs#L1665
Npgsql.PostgresException : 42P07: relation "People" already exists
|
Test:
test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure
Expected: typeof(NodaTime.LocalTime[])
Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
|
Test:
test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L93
Assert.Same() Failure
Expected: typeof(NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>[])
Actual: typeof(System.Collections.Generic.List<NpgsqlTypes.NpgsqlRange<NodaTime.LocalDateTime>>)
|
Test
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading