EF Core throws `DbUpdateException - duplicate primary key` on an empty table
I need some help debugging a DbUpdateException (Inner Exception 1: MySqlException: Duplicate entry '1' for key 'PRIMARY') that's getting thrown when I try to save with EF Core.
The UI piece responsible for creating an instance of the new model is here:
The UI piece responsible for creating an instance of the new model is here: