Lean
Lean copied to clipboard
Build Warnings Overload
Expected Behavior
We ignore the warnings that are acceptable in our codebase to reduce build logs and improve visibility into new warnings and errors.
Actual Behavior
2000+ warnings in VS build
Potential Solution
Decide and then suppress acceptable warnings
Also maybe handle the warnings that are unacceptable.
Reproducing the Problem
Build Lean
Checklist
- [x] I have completely filled out this template
- [x] I have confirmed that this issue exists on the current
master
branch - [x] I have confirmed that this is not a duplicate issue by searching issues
- [x] I have provided detailed steps to reproduce the issue