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
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
msawczyn
added
pending release
Issue is resolved in the current codebase, will be published with the next release
released
Issue is resolved in a current release
and removed
pending release
Issue is resolved in the current codebase, will be published with the next release
labels
Jul 5, 2019
whatever set in the designer on an identity property, the generated code in
OnModelCreating ->
always sets the DatabaseGeneratedOption to Identity
.HasDatabaseGeneratedOption(DatabaseGeneratedOption.Identity);
The text was updated successfully, but these errors were encountered: