-
Notifications
You must be signed in to change notification settings - Fork 128
Warn by default #1372
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
Warn by default #1372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add tests validating the behavior of the various messages? It might need some infra work though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if you add a test for the default behavior
@layomia added bulk suppressions for warnings in runtime (dotnet/runtime#40106), so I think this is unblocked. |
For testing, maybe it would be enough to remove |
Yes, I think this should be enough, although I think this could impact #1385. @vitek-karas should I wait until the warnings cleanup is merged? |
* Always log warnings and errors Commit migrated from dotnet/linker@a3d706a
Log warnings and errors regardless of the
--verbose
option.Dependent upon dotnet/runtime#39133.