In EF.Reverse.POCO.Core.ttinclude, search for ICollection and change it to IList.
There are two lines to change:
Line 2600:
There are two lines to change:
Line 2600:
ReverseNavigationProperty.Add(string.Format("public virtual ICollection<{0}> {1} {{ get; set; }}{2}", fkTable.NameHumanCase, propName, includeComments ? " // " + constraint : string.Empty));
Line 2605:ReverseNavigationProperty.Add(string.Format("public virtual ICollection<{0}> {1} {{ get; set; }}{2}", fkTable.NameHumanCase, propName, includeComments ? " // Many to many mapping" : string.Empty));