Skip to content

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

@FrediKats

Description

@FrediKats

В сгенерированном .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

No one assigned

    Labels

    taskImplementation is needed

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions