Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Улучшить парсинг текста с примерами обобщения #93

Open
FrediKats opened this issue Sep 23, 2023 · 0 comments
Labels
task Implementation is needed

Comments

@FrediKats
Copy link
Member

В сгенерированном .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:
@FrediKats FrediKats added the task Implementation is needed label Sep 23, 2023
@FrediKats FrediKats self-assigned this Sep 23, 2023
@FrediKats FrediKats removed their assignment Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Implementation is needed
Projects
Status: Backlog
Development

No branches or pull requests

1 participant