Why do all formatting errors have code IDE0055?
See original GitHub issueThe .editorconfig
formatting rules allow quite a varied (and increasing) number of configuration options as to exactly how code should be formatted. It seems quite likely that one would want to have different warning levels for the various different formatting issues, and sometimes want to outright suppress some by setting their severity to ‘none’. However this can’t be done as long as they all throw up the code IDE0055. Why not have different error codes for the different formatting issues to allow more fine-grained control?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:17 (8 by maintainers)
Top Results From Across the Web
Code style formatting rule IDE0055 - .NET
Learn about using code-style rule IDE0055 to format indentations, spaces, and new lines.
Read more >IDE0055 C# Fix formatting - Developer Community
If your Equals sign was a valid Equals sign then you would have only gotten the formatting error IDE0055: This is saying a...
Read more >DevOps build reporting IDE0055 errors, while local ...
Locally, this all works fine. Cause a warning, it won't build; Format something in non-standard way, it won't build. The issue is ...
Read more >[VS2019] Three grey periods (...) on almost every line, with ...
On almost every line, there are three grey dots, and if I hover my house over it, it suggests formatting due to IDE0055...
Read more >Enforcing C# EditorConfig formatting conventions at build ...
The formatting conventions all generate the same diagnostic ID - IDE0055 and, it turns out, there is a prototype port of all those ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If you’re signaling an error, you must know what caused the signaling, no? You would know which constraint was crossed?
@marcospgp Can you file a new issue for this? It’s unrelated to the current issue, which is no longer being updated.