-
Notifications
You must be signed in to change notification settings - Fork 875
Open
Labels
engineeringMakes the pull request to appear in the "Engineering" section of the next release noteMakes the pull request to appear in the "Engineering" section of the next release note
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
.editorconfigsettings.
I'll send PR to fix this issue.
Metadata
Metadata
Assignees
Labels
engineeringMakes the pull request to appear in the "Engineering" section of the next release noteMakes the pull request to appear in the "Engineering" section of the next release note