-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
taskImplementation is neededImplementation is needed
Description
В сгенерированном .editorconfig файле можно найти такие артефакты:
This rule flags overly complex LINQ expressions, specifically expressions that call System.Linq.Enumerable.Where%60%601(System.Collections.Generic.IEnumerable{%60%600},System.Func{%60%600,System.Int32,System.Boolean}) followed by one of the following methods:
Нужно изменить генерацию таким образом, чтобы на выходе получались читаемые примеры кода с дженериками:
This rule flags overly complex LINQ expressions, specifically expressions that call Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource,Int32,Boolean>) followed by one of the following methods:
Metadata
Metadata
Assignees
Labels
taskImplementation is neededImplementation is needed
Type
Projects
Status
Backlog