Using EF Core 3.1.8, I have a series of lookup tables of the form:
EF Core 3.1.8
class Category { public int CategoryID { get; set; } public string Code