Reduce code style rule severity from warning to suggestion by nohwnd · Pull Request #15522 · microsoft/vstest (original) (raw)

@nohwnd

Downgrade purely cosmetic IDE rules from warning to suggestion so they no longer break the build via TreatWarningsAsErrors. Rules that catch real bugs (IDE0043, IDE0059, IDE0060, IDE0076, IDE0077, IDE0064, etc.) remain as warnings.

Rules changed to suggestion:

Fixes microsoft#15460

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com