Hello! It turns out this error:
The item "Models \ OrganizationUnitDepartments.cs" was the "Sources" parameter. Duplicate items are not supported by
And in OrganizationUnitDepartments.cs, the following is written:
public partial class OrganizationUnitDepartments { public long Id { get; set; } public Nullable<int> GoodBuildings { get; set; } public string ColorBuildings { get; set; } public virtual Areas Areas { get; set; } public virtual OrganizationUnits OrganizationUnits { get; set; } public virtual Regions Regions { get; set; } } In the code everywhere is red ... What is the error did not quite understand what was said in the error. Help me to understand. Thank.