Skip to content

Bump xunit.runner.visualstudio from 2.5.0 to 2.5.3 #2082

Bump xunit.runner.visualstudio from 2.5.0 to 2.5.3

Bump xunit.runner.visualstudio from 2.5.0 to 2.5.3 #2082

Triggered via pull request October 13, 2023 10:54
Status Failure
Total duration 17m 5s
Artifacts

build.yml

on: pull_request
Matrix: build
publish-ci
0s
publish-ci
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

26 errors
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonbAgg(async: True): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L536
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.String[]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.String[]' is not supported for fields having DataTypeName 'jsonb' -------- System.NotSupportedException : Type 'String[]' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonbAgg(async: False): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L536
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.String[]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.String[]' is not supported for fields having DataTypeName 'jsonb' -------- System.NotSupportedException : Type 'String[]' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonAgg(async: False): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L500
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.String[]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.String[]' is not supported for fields having DataTypeName 'json' -------- System.NotSupportedException : Type 'String[]' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonAgg(async: True): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L500
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.String[]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.String[]' is not supported for fields having DataTypeName 'json' -------- System.NotSupportedException : Type 'String[]' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonbObjectAgg_as_Dictionary(async: False): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L703
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Collections.Generic.Dictionary`2[System.String,System.String]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'jsonb' -------- System.NotSupportedException : Type 'Dictionary`2' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonbObjectAgg_as_Dictionary(async: True): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L703
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Collections.Generic.Dictionary`2[System.String,System.String]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'jsonb' -------- System.NotSupportedException : Type 'Dictionary`2' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonObjectAgg_as_Dictionary(async: True): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L618
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Collections.Generic.Dictionary`2[System.String,System.String]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'json' -------- System.NotSupportedException : Type 'Dictionary`2' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonObjectAgg_as_Dictionary(async: False): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L618
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Collections.Generic.Dictionary`2[System.String,System.String]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'json' -------- System.NotSupportedException : Type 'Dictionary`2' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindWhereQueryNpgsqlTest.Row_value_project: test/EFCore.PG.FunctionalTests/Query/NorthwindWhereQueryNpgsqlTest.cs#L502
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Nullable`1[System.ValueTuple`2[System.String,System.Nullable`1[System.DateTime]]]' but the actual value was of type 'System.Object[]'. ---- System.InvalidCastException : Reading as 'System.ValueTuple`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'record' -------- System.NotSupportedException : Could not read a PostgreSQL record. If you're attempting to read a record as a .NET tuple, call 'EnableRecordsAsTuples' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/basic.html and the 8.0 release notes for more details). If you're reading a record as a .NET object array using NpgsqlSlimDataSourceBuilder, call 'EnableRecords'.
build (ubuntu-22.04, 14, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.MigrationsNpgsqlTest.Add_unique_constraint_composite_with_name: test/EFCore.PG.FunctionalTests/Migrations/MigrationsNpgsqlTest.cs#L2449
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
build (windows-2022, 14, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonbAgg(async: True): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L536
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.String[]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.String[]' is not supported for fields having DataTypeName 'jsonb' -------- System.NotSupportedException : Type 'String[]' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonbAgg(async: False): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L536
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.String[]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.String[]' is not supported for fields having DataTypeName 'jsonb' -------- System.NotSupportedException : Type 'String[]' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonAgg(async: False): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L500
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.String[]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.String[]' is not supported for fields having DataTypeName 'json' -------- System.NotSupportedException : Type 'String[]' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonAgg(async: True): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L500
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.String[]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.String[]' is not supported for fields having DataTypeName 'json' -------- System.NotSupportedException : Type 'String[]' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonbObjectAgg_as_Dictionary(async: False): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L703
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Collections.Generic.Dictionary`2[System.String,System.String]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'jsonb' -------- System.NotSupportedException : Type 'Dictionary`2' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonbObjectAgg_as_Dictionary(async: True): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L703
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Collections.Generic.Dictionary`2[System.String,System.String]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'jsonb' -------- System.NotSupportedException : Type 'Dictionary`2' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonObjectAgg_as_Dictionary(async: True): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L618
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Collections.Generic.Dictionary`2[System.String,System.String]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'json' -------- System.NotSupportedException : Type 'Dictionary`2' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindFunctionsQueryNpgsqlTest.GroupBy_JsonObjectAgg_as_Dictionary(async: False): test/EFCore.PG.FunctionalTests/Query/NorthwindFunctionsQueryNpgsqlTest.cs#L618
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Collections.Generic.Dictionary`2[System.String,System.String]' but the actual value was of type 'System.String'. ---- System.InvalidCastException : Reading as 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'json' -------- System.NotSupportedException : Type 'Dictionary`2' required dynamic JSON serialization, which requires an explicit opt-in; call 'EnableDynamicJsonMappings' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/json.html and the 8.0 release notes for more details). Alternatively, if you meant to use Newtonsoft JSON.NET instead of System.Text.Json, call UseJsonNet() instead.
Npgsql.EntityFrameworkCore.PostgreSQL.Query.NorthwindWhereQueryNpgsqlTest.Row_value_project: test/EFCore.PG.FunctionalTests/Query/NorthwindWhereQueryNpgsqlTest.cs#L502
System.InvalidOperationException : An error occurred while reading a database value. The expected type was 'System.Nullable`1[System.ValueTuple`2[System.String,System.Nullable`1[System.DateTime]]]' but the actual value was of type 'System.Object[]'. ---- System.InvalidCastException : Reading as 'System.ValueTuple`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]' is not supported for fields having DataTypeName 'record' -------- System.NotSupportedException : Could not read a PostgreSQL record. If you're attempting to read a record as a .NET tuple, call 'EnableRecordsAsTuples' on 'NpgsqlDataSourceBuilder' or NpgsqlConnection.GlobalTypeMapper (see https://www.npgsql.org/doc/types/basic.html and the 8.0 release notes for more details). If you're reading a record as a .NET object array using NpgsqlSlimDataSourceBuilder, call 'EnableRecords'.
build (windows-2022, 12, Release)
Process completed with exit code 1.
Npgsql.EntityFrameworkCore.PostgreSQL.TransactionNpgsqlTest.BeginTransaction_can_be_used_after_ambient_transaction_ended
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
Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.MigrationsNpgsqlTest.Alter_column_change_computed_type
Assert.Throws() Failure Expected: typeof(System.NotSupportedException) Actual: typeof(System.InvalidOperationException): An exception has been raised that is likely due to a transient failure. ---- 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
build (windows-2022, 11, Release)
Process completed with exit code 1.