public virtual ICollection Post {get;set;} 修改为 public virtual ICollection<Posts> Post {get;set;}
《你必须掌握的Entity Framework 6.x与Core 2.0》勘误
原文:https://www.cnblogs.com/CreateMyself/p/9185621.html