I have the following Code
Code: Select all
        [Key,
        Column("VendorId"),
        DatabaseGenerated(DatabaseGeneratedOption.Identity)]
        public Guid Id { get; set; }Is Auto Generation of a GUID not supported for sqlite or do i am missing something?
Thanks,
Chris