Bump SDK and dependencies to 8.0 GA #2117
Annotations
10 errors
|
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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
|
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.
|
The logs for this run have expired and are no longer available.
Loading