Hello
I have a simple single table and very occasionally get the error on insert of:-
"Entity framework violation of primary key constraint"
Again works most of the time, will using this below fix the issue or is it a bug ?
[DatabaseGenerated(DatabaseGeneratedOption.Inserted)]
I thought the inserted value was always unique each time, is there a fix for this issue