Szymaniuk
Results
11
comments of
Szymaniuk
Same for me - this produces error: ``` [Table(nameof(MyModel))] public class MyModel { [PrimaryKey] public string MyModelId { get; set; } } ``` Adding dummy additional property is "workarouding" this...