Warn by default - #1372
Conversation
vitek-karas
left a comment
There was a problem hiding this comment.
Can you please add tests validating the behavior of the various messages? It might need some infra work though.
sbomer
left a comment
There was a problem hiding this comment.
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
--verboseoption.Dependent upon dotnet/runtime#39133.