Bump SDK and dependencies to 8.0 GA #2117
build.yml
on: pull_request
Matrix: build
publish-ci
0s
release
0s
Annotations
130 errors
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\n "Tag": {\n "Text": ···
↑ (pos 413)
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: True):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\n "Tag": {\n "Text": ···
↑ (pos 413)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: False):
test/EFCore.PG.FunctionalTests/Query/SqlQueryNpgsqlTest.cs#L61
Assert.Equal() Failure
↓ (pos 166)
Expected: ···PostalCode"\nFROM (\n\n\n\n\n SELECT\n * FROM "Customers"\n) AS···
Actual: ···PostalCode"\nFROM (\n\n \n\n\n SELECT\n * FROM "Custome···
↑ (pos 166)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: True):
test/EFCore.PG.FunctionalTests/Query/SqlQueryNpgsqlTest.cs#L61
Assert.Equal() Failure
↓ (pos 166)
Expected: ···PostalCode"\nFROM (\n\n\n\n\n SELECT\n * FROM "Customers"\n) AS···
Actual: ···PostalCode"\nFROM (\n\n \n\n\n SELECT\n * FROM "Custome···
↑ (pos 166)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: True):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\n "Tag": {\n "Text": ···
↑ (pos 413)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: True):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\n "Tag": {\n "Text": ···
↑ (pos 413)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\r\n "Tag": {\r\n "Text"···
↑ (pos 433)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\r\n "Tag": {\r\n "Text"···
↑ (pos 433)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\r\n "Tag": {\r\n "Text"···
↑ (pos 433)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\r\n "Tag": {\r\n "Text"···
↑ (pos 433)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: False):
test/EFCore.PG.FunctionalTests/Query/SqlQueryNpgsqlTest.cs#L61
Assert.Equal() Failure
↓ (pos 166)
Expected: ···PostalCode"\nFROM (\n\n\n\n\n SELECT\n * FROM "Customers"\n) AS···
Actual: ···PostalCode"\nFROM (\n\n \n\n\n SELECT\n * FROM "Custome···
↑ (pos 166)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.SqlQueryNpgsqlTest.SqlQueryRaw_queryable_composed_after_removing_whitespaces(async: True):
test/EFCore.PG.FunctionalTests/Query/SqlQueryNpgsqlTest.cs#L61
Assert.Equal() Failure
↓ (pos 166)
Expected: ···PostalCode"\nFROM (\n\n\n\n\n SELECT\n * FROM "Customers"\n) AS···
Actual: ···PostalCode"\nFROM (\n\n \n\n\n SELECT\n * FROM "Custome···
↑ (pos 166)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\n "Tag": {\n "Text": ···
↑ (pos 413)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: True):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\n "Tag": {\n "Text": ···
↑ (pos 413)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\n "Tag": {\n "Text": ···
↑ (pos 413)
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.GearsOfWarQueryNpgsqlTest.Byte_array_filter_by_length_literal(async: False):
test/EFCore.PG.FunctionalTests/Query/GearsOfWarQueryNpgsqlTest.cs#L48
Assert.Equal() Failure
↓ (pos 115)
Expected: ···ength(s."Banner") = 1
Actual: ···ength(s."Banner") = 2
↑ (pos 115)
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\r\n "Tag": {\r\n "Text"···
↑ (pos 433)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlComplianceTest.All_test_bases_must_be_implemented
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.OptionalDependentQueryTestBase`1
Expected: False
Actual: True
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_value_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L66
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.LazyLoadProxyNpgsqlTest.Can_serialize_proxies_to_JSON
Assert.Equal() Failure
↓ (pos 433)
Expected: ··· "Charge": 1.00,\r\n "Tag": {\r\n "Text···
Actual: ··· "Charge": 1.0,\r\n "Tag": {\r\n "Text"···
↑ (pos 433)
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ComplexTypeQueryNpgsqlTest.Check_all_tests_overridden:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L384
-- Missing test overrides --
public override async Task Subquery_over_struct_complex_type(bool async)
{
await base.Subquery_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_two_different_struct_complex_type(bool async)
{
await base.Concat_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Union_two_different_struct_complex_type(bool async)
{
await base.Union_two_different_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Filter_on_property_inside_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_property_inside_nested_struct_complex_type_after_subquery(bool async)
{
await base.Filter_on_property_inside_nested_struct_complex_type_after_subquery(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_optional_navigation(async);
AssertSql();
}
public override async Task Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(bool async)
{
await base.Filter_on_required_property_inside_required_struct_complex_type_on_required_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_optional_navigation(bool async)
{
await base.Project_struct_complex_type_via_optional_navigation(async);
AssertSql();
}
public override async Task Project_struct_complex_type_via_required_navigation(bool async)
{
await base.Project_struct_complex_type_via_required_navigation(async);
AssertSql();
}
public override async Task Load_struct_complex_type_after_subquery_on_entity_type(bool async)
{
await base.Load_struct_complex_type_after_subquery_on_entity_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type(bool async)
{
await base.Select_struct_complex_type(async);
AssertSql();
}
public override async Task Select_nested_struct_complex_type(bool async)
{
await base.Select_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_single_property_on_nested_struct_complex_type(bool async)
{
await base.Select_single_property_on_nested_struct_complex_type(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Where(bool async)
{
await base.Select_struct_complex_type_Where(async);
AssertSql();
}
public override async Task Select_struct_complex_type_Distinct(bool async)
{
await base.Select_struct_complex_type_Distinct(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_struct_complex_type(bool async)
{
await base.Struct_complex_type_equals_struct_complex_type(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_constant(bool async)
{
await base.Struct_complex_type_equals_constant(async);
AssertSql();
}
public override async Task Struct_complex_type_equals_parameter(bool async)
{
await base.Struct_complex_type_equals_parameter(async);
AssertSql();
}
public override async Task Contains_over_struct_complex_type(bool async)
{
await base.Contains_over_struct_complex_type(async);
AssertSql();
}
public override async Task Concat_entity_type_containing_struct_complex_property(bool async)
{
await
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: False):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayArrayQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayArrayQueryTest.cs#L90
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.ArrayListQueryTest.Non_nullable_reference_array_index_compare_to_null(async: True):
test/EFCore.PG.FunctionalTests/Query/ArrayListQueryTest.cs#L91
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|
Npgsql.EntityFrameworkCore.PostgreSQL.Query.TimestampQueryTest.Where_datetime_ctor3_local(async: False):
test/EFCore.PG.FunctionalTests/Query/TimestampQueryTest.cs#L517
System.InvalidOperationException : Query returned no results. If this is expected, set 'assertEmpty' to true in the AssertQuery method.
|