Skip to content

Commit f6c9803

Browse files
committed
Merge branch 'main' into feature/oracle
# Conflicts: # tests/PhenX.EntityFrameworkCore.BulkInsert.Benchmark/GetValueComparator.cs
2 parents 773658f + c2d32a4 commit f6c9803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/PhenX.EntityFrameworkCore.BulkInsert.Benchmark/GetValueComparator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public void IterationSetup()
2828
}).ToList();
2929
}
3030

31-
private static Dictionary<string, Expression<Func<object?, object?>>> Converters = new()
31+
private static readonly Dictionary<string, Expression<Func<object?, object?>>> Converters = new()
3232
{
33-
{ nameof(TestEntity.NumericEnumValue), v => (int) (v ?? 0)},
33+
{ nameof(TestEntity.NumericEnumValue), v => (int) (v ?? 1)},
3434
};
3535

3636
private static readonly PropertyInfo[] PropertyInfos = typeof(TestEntity).GetProperties();

0 commit comments

Comments
 (0)