Conversation
|
I think part of this PR should be ensuring that |
84e51db to
edaab9b
Compare
@adamralph every |
@bhazen sorry, this one slipped through the cracks. Yes, I see that they do all indeed reference the top-level |
edaab9b to
e9aff04
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR synchronizes the .editorconfig file by reducing the severity of C# code analysis rules from "error" to "warning". This change makes the code analysis rules less strict, allowing builds to succeed even when these style and formatting rules are violated.
- Changes diagnostic rule severities from error to warning for various IDE rules
- Updates qualification style rules from error to warning severity
Synchronizing .editorconfig.