dotnet / dotnet/docfx

[Feature Request] Reduce code analyzer's suggestion messages.

Open
#9,207 0 comments 0 reactions 0 assignees View on GitHub
engineering
Dominant language
C#
Stars
4.4k
Forks
890
Avg merge
2h 11m
Merged PRs (30d)
10

Description

**Is your feature request related to a problem? Please describe.**
When building docfx solution.
Currently about 2918 messages are shown on Visual Studio `Error List` window (When enable Build + Intellisense).

I want to reduce this `suggestion messages` because a lot of unneeded suggestions are reported.
And want to change some useful suggestion message level to warning. (e.g, performance related rules.)

**Describe the solution you'd like**
It needs following tasks to reduce suggestion messages.
- Fix code by refactoring
- Suppress message by code comment
- Suppress unrequired message by changing log level with `.editorconfig` settings.

I'll send PR to fix this issue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.