Change scaffolding PG arrays to List<T> instead of T[] #2100
Annotations
3 errors
test/EFCore.PG.NodaTime.FunctionalTests/NpgsqlNodaTimeTypeMappingTest.cs#L506
Assert.Same() Failure
Expected: typeof(NodaTime.LocalTime[])
Actual: typeof(System.Collections.Generic.List<NodaTime.LocalTime>)
|
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>>)
|
|
The logs for this run have expired and are no longer available.
Loading