-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Internal MSBuild Error: Missing resource 'RestoreComplete' on latest nightly sdk #11515
Comments
I will take a look. The previous PR shouldn't be breaking :( |
I created hotfix and tested locally. |
We should have a test that covers this. |
We should have tests that cover all resources and detect any missing ones. I'm also not convinced that we should throw an exception when we are unable to find a resource. Let's discuss this offline; I have some ideas. I apologize to everyone who encountered this issue. |
It seems like this issue is occuring in preview2. Codeflow with this bug fix didn't make it through in dotnet/sdk#47190. Do we have a plan for ingesting this in preview2? @mikekistler and our CTI testing team have ran into issues related to this. |
we're pinging the p2 work chat now - will push for making that codeflow happen. |
flow re-started here: dotnet/sdk#47263 |
@captainsafia the latest p2 nightly build (10.0.100-preview.2.25155.2) no longer has this crash. Thanks for raising the alarm! |
Issue Description
Probably related to recent TerminalLogger changes /cc @MichalPavlik
Steps to Reproduce
dotnet new console
dotnet restore
Expected Behavior
No error
Actual Behavior
Analysis
No response
Versions & Configurations
The text was updated successfully, but these errors were encountered: