Улучшить генерацию .editorconfig шаблон для CA1865-1867
Open
Nobody has claimed this yet.
task
- Dominant language
- C#
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Сейчас для этих правил генерируются такие строки:
## Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char (CA1865)
## The overload that takes a char parameter performs better than the overload that takes a string parameter.
# dotnet_diagnostic.CA1865.severity =
## Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char (CA1866)
## The overload that takes a char parameter performs better than the overload that takes a string parameter.
# dotnet_diagnostic.CA1866.severity =
## Use 'string.Method(char)' instead of 'string.Method(string)' for string with single char (CA1867)
## The overload that takes a char parameter performs better than the overload that takes a string parameter.
# dotnet_diagnostic.CA1867.severity =
Они очень не информативные и дублируются. Нужно подумать как это исправить.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the .editorconfig template generation entry point and the source of the CA1865–CA1867 rule descriptions. Compare the generated output for these rules and determine a non-duplicating, more informative format; done means the generated template presents these rules clearly without repeated text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100