You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
В сгенерированном .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:
The text was updated successfully, but these errors were encountered:
В сгенерированном .editorconfig файле можно найти такие артефакты:
Нужно изменить генерацию таким образом, чтобы на выходе получались читаемые примеры кода с дженериками:
The text was updated successfully, but these errors were encountered: