VirtoCommerce/vc-module-catalog

It's not the best approach of using yield operator for end sequences

t13ka opened this issue · 0 comments

t13ka commented

yield return ImageCategories;
yield return AssociationGroups;
yield return EditorialReviewTypes;
yield return CodesInOutline;
yield return ExposeAliasInDictionary;
yield return UseSeoDeduplication;

I think we should at least change this to a simple list:
return new List {...}