Bump version to 8.0.4 #2290
Annotations
8 errors and 1 warning
Test
-- Missing derived classes for --
Microsoft.EntityFrameworkCore.Query.AdHocAdvancedMappingsQueryTestBase
Microsoft.EntityFrameworkCore.Query.AdHocAdvancedMappingsQueryRelationalTestBase
Expected: False
Actual: True
|
Test
Npgsql.PostgresException : 42P01: relation "table1" does not exist
POSITION: 13
|
Test
Npgsql.PostgresException : 42P01: relation "table1" does not exist
POSITION: 13
|
Test
Npgsql.PostgresException : 42P01: relation "table1" does not exist
POSITION: 13
|
Test
Npgsql.PostgresException : 42P01: relation "table1" does not exist
POSITION: 13
|
Test
Npgsql.PostgresException : 42P01: relation "table1" does not exist
POSITION: 13
|
Test:
test/EFCore.PG.FunctionalTests/Query/ComplexTypeQueryNpgsqlTest.cs#L745
-- Missing test overrides --
public override async Task Project_same_nested_complex_type_twice_with_pushdown(bool async)
{
await base.Project_same_nested_complex_type_twice_with_pushdown(async);
AssertSql();
}
public override async Task Project_same_entity_with_nested_complex_type_twice_with_pushdown(bool async)
{
await base.Project_same_entity_with_nested_complex_type_twice_with_pushdown(async);
AssertSql();
}
public override async Task Project_same_nested_complex_type_twice_with_double_pushdown(bool async)
{
await base.Project_same_nested_complex_type_twice_with_double_pushdown(async);
AssertSql();
}
public override async Task Project_same_entity_with_nested_complex_type_twice_with_double_pushdown(bool async)
{
await base.Project_same_entity_with_nested_complex_type_twice_with_double_pushdown(async);
AssertSql();
}
public override async Task Project_same_struct_nested_complex_type_twice_with_pushdown(bool async)
{
await base.Project_same_struct_nested_complex_type_twice_with_pushdown(async);
AssertSql();
}
public override async Task Project_same_entity_with_struct_nested_complex_type_twice_with_pushdown(bool async)
{
await base.Project_same_entity_with_struct_nested_complex_type_twice_with_pushdown(async);
AssertSql();
}
public override async Task Project_same_struct_nested_complex_type_twice_with_double_pushdown(bool async)
{
await base.Project_same_struct_nested_complex_type_twice_with_double_pushdown(async);
AssertSql();
}
public override async Task Project_same_entity_with_struct_nested_complex_type_twice_with_double_pushdown(bool async)
{
await base.Project_same_entity_with_struct_nested_complex_type_twice_with_double_pushdown(async);
AssertSql();
}
public override async Task Union_of_same_entity_with_nested_complex_type_projected_twice_with_pushdown(bool async)
{
await base.Union_of_same_entity_with_nested_complex_type_projected_twice_with_pushdown(async);
AssertSql();
}
public override async Task Union_of_same_entity_with_nested_complex_type_projected_twice_with_double_pushdown(bool async)
{
await base.Union_of_same_entity_with_nested_complex_type_projected_twice_with_double_pushdown(async);
AssertSql();
}
public override async Task Union_of_same_nested_complex_type_projected_twice_with_pushdown(bool async)
{
await base.Union_of_same_nested_complex_type_projected_twice_with_pushdown(async);
AssertSql();
}
public override async Task Union_of_same_nested_complex_type_projected_twice_with_double_pushdown(bool async)
{
await base.Union_of_same_nested_complex_type_projected_twice_with_double_pushdown(async);
AssertSql();
}
public override async Task Same_entity_with_complex_type_projected_twice_with_pushdown_as_part_of_another_projection(bool async)
{
await base.Same_entity_with_complex_type_projected_twice_with_pushdown_as_part_of_another_projection(async);
AssertSql();
}
public override async Task Same_complex_type_projected_twice_with_pushdown_as_part_of_another_projection(bool async)
{
await base.Same_complex_type_projected_twice_with_pushdown_as_part_of_another_projection(async);
AssertSql();
}
Expected: False
Actual: True
|
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading