Add UUID version 7 as the default guid generator #2315
Annotations
7 errors
Test:
test/EFCore.PG.Tests/NpgsqlValueGeneratorSelectorTest.cs#L53
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlValueGeneratorSelectorTest.AssertGenerator[TExpected](String propertyName, Boolean setSequences) Assert.IsType() Failure: Value is not the exact type
|
Test:
test/EFCore.PG.Tests/NpgsqlValueGeneratorSelectorTest.cs#L53
Expected: typeof(Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator)
|
Test:
test/EFCore.PG.Tests/NpgsqlValueGeneratorSelectorTest.cs#L53
Actual: typeof(Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.UUid7ValueGenerator)
|
Test:
test/EFCore.PG.Tests/NpgsqlValueGeneratorSelectorTest.cs#L53
Npgsql.EntityFrameworkCore.PostgreSQL.NpgsqlValueGeneratorSelectorTest.AssertGenerator[TExpected](String propertyName, Boolean setSequences) Assert.IsType() Failure: Value is not the exact type
|
Test:
test/EFCore.PG.Tests/NpgsqlValueGeneratorSelectorTest.cs#L53
Expected: typeof(Microsoft.EntityFrameworkCore.ValueGeneration.GuidValueGenerator)
|
Test:
test/EFCore.PG.Tests/NpgsqlValueGeneratorSelectorTest.cs#L53
Actual: typeof(Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.UUid7ValueGenerator)
|
Test
Process completed with exit code 1.
|
Loading