-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[master] Update dependencies from dotnet/msbuild #16350
[master] Update dependencies from dotnet/msbuild #16350
Conversation
…0313.4 Microsoft.Build.Localization , Microsoft.Build From Version 16.10.0-preview-21162-01 -> To Version 16.10.0-preview-21163-04
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
@Forgind @benvillalobos it looks like we're seeing a real error here and in #16349:
|
First-pass investigation: The failing task in <RestoreTask
RestoreGraphItems="@(_RestoreGraphEntryFiltered)"
RestoreDisableParallel="$(RestoreDisableParallel)"
RestoreNoCache="$(RestoreNoCache)"
RestoreIgnoreFailedSources="$(RestoreIgnoreFailedSources)"
RestoreRecursive="$(RestoreRecursive)"
RestoreForce="$(RestoreForce)"
HideWarningsAndErrors="$(HideWarningsAndErrors)"
Interactive="$(NuGetInteractive)"
RestoreForceEvaluate="$(RestoreForceEvaluate)"
RestorePackagesConfig="$(RestorePackagesConfig)"/>
</Target> Not sure what What changed: Say a task logged a warning that was turned into an error and returned |
What BenVillalobos said sounds right. Looking at the other PRs that it could theoretically be, most of them prevented exceptions from being thrown (i.e., added a try/catch, deleted an error, etc.) or had no code impact in any scenario here. What test failed? Does it assume the build will succeed but include an error? |
…0316.2 Microsoft.Build.Localization , Microsoft.Build From Version 16.10.0-preview-21162-01 -> To Version 16.10.0-preview-21166-02
GivenThatWeWantToBuildACrossTargetedLibrary.It_builds_nondesktop_library_successfully_on_all_platforms is failing, and I don't think it's expected to have any errors or warnings, it's just building a relatively simple project with no changes:
|
Could it be sending a warning because .NET Core 1.1 is out of support? |
That happens with a lot of the SDK tests, I don't think it's the cause here. @nkolev92 have you seen this error before?
|
It looks like it was a warnings-as-errors problem. We have a dictionary access without checking that the key is actually in the dictionary here. I should be able to make a PR to fix it. |
Build with the fix finished a few hours ago but the PR hasn't updated. Let's check back tomorrow and if still not, we can check if the default branch rename affected the subscriptions. |
…0316.7 Microsoft.Build.Localization , Microsoft.Build From Version 16.10.0-preview-21162-01 -> To Version 16.10.0-preview-21166-07
This pull request updates the following dependencies
From https://github.com/dotnet/msbuild