Make --skip-unresolved the default when not running from SDK#90512
Make --skip-unresolved the default when not running from SDK#90512sbomer merged 7 commits intodotnet:mainfrom
--skip-unresolved the default when not running from SDK#90512Conversation
|
Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas Issue Detailsnull
|
|
The test failures are real it seems - could you please take a look? It's likely that couple of tests took an unintentional dependency on the setting being false by default. It should be enough to add an explicit |
|
@sbomer - what do you think about making this change. Personally I like it - as it makes the tests behave the "expected" way by default. The fact that if something is using the command line directly (even though unsupported) and gets a more predictable behavior is just a nice side effect for me. |
|
Seems like a good direction to me - we want the command-line to be consistent with the MSBuild behavior. Please also remove this line: |
|
A downside of this change is that we will be losing some test coverage of the |
|
Thanks for your contribution @Youssef1313! |
|
Thanks for the heads up @sbomer. I'm not sure if I'm concerned about test coverage or not. This code has been pretty stable without much in the way of test coverage. If I become concerned about it I can grab our old tests for unresolved stubbing and adapt them to be |
Closes #90469