You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with Hilo value generated property, it always set as 0.
I noticed in your source code there is an Address entity with Hilo property commented out, why? I got the same property in my entity that doesn't work. It's not a shadow property (shadow properties don't work neither), is it supported at all?
Have to say it was working with EF Core 2, but after upgrading to 3.1 - property always has default value 0.
Thanks
The text was updated successfully, but these errors were encountered:
If the property is not a Primary key or part of a composite primary key then you must add HasAlternateKey(...) for the target property in order to use HiLo at least since EF Core 3.
Other than that what is related to the library - if you disable change tracking in BulkUploader with second constructor parameter - then it still won't generate values. Could you please consider adding something like this
Hi,
I have an issue with Hilo value generated property, it always set as 0.
I noticed in your source code there is an Address entity with Hilo property commented out, why? I got the same property in my entity that doesn't work. It's not a shadow property (shadow properties don't work neither), is it supported at all?
Have to say it was working with EF Core 2, but after upgrading to 3.1 - property always has default value 0.
Thanks
The text was updated successfully, but these errors were encountered: