Type which has a owned entity and is defined as an owned entity breaks when project is upgraded to EF Core 3.1

后端 未结 0 1097
不思量自难忘°
不思量自难忘° 2021-02-03 16:54

I have a Portfolio and SampleItem classes like this:

public class Portfolio 
{
        [Required]
        public Guid Id { get; set; }

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题