-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obsolete warnings on clean build #39976
Comments
@jkoritzinsky these aside, should warnings be treated as errors in the Clr tests (and all other code we have)? Then presumably this would have been found in PR validation. |
Traditionally we havent done warnings-as-errors for the CLR tests because we always had a ton of warnings due to the weird build setup. It would be worth investigating if we can enable warn-as-error for the CLR test build. |
Compiler warnings, or MSBuild warnings? The former should be suppressible, if expected, of course. |
Initial cost estimate: 2 days
Initial contacts: @trylek, @ViktorHofer
#39269 introduced warnings to the full build.
For example https://dev.azure.com/dnceng/public/_build/results?buildId=746713&view=results
Shows 18 warnings which seem to be test code:
cc @jeffhandley
The text was updated successfully, but these errors were encountered: