-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Update SDK to 8.0.100-rc.1.23374.2 #49470
Conversation
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
With this SDK update, we're seeing:
Here's an example. @ivanpovazan do you know what might have caused this? |
Also, the macOS runs are failing on restore, and that's happening in the efcore SDK update too. We can see if that gets resolved in the next SDK build. |
Hi @MackinnonBuck, I am not sure why you started experiencing this issue by bumping the SDK version.
is usually due to Why the package directory does not get resolved, I cannot tell for sure, but I would assume there is a problem with NuGet restore and/or version mismatch of ILCompiler packs. Hope this helps |
@sbomer do you know of anything that might have changed related to @ivanpovazan's comment above? |
I'm investigating. This is the same issue as dotnet/runtime#89040 - I'll update there once I have an answer. |
@sbomer assigning to you for now. |
I believe this is no longer blocked on the issue mentioned in #49470 (comment). |
I think we're blocked on getting an SDK with dotnet/roslyn#69010 |
That did the trick |
Blazor WASM project templates tests are failing because of dotnet/sdk#34135. Need to wait for an SDK with the fix. |
dotnet/sdk#34135 seems to cite dotnet/runtime#89273 as the problem and this comment seems to say that dotnet/sdk#34142 was a workaround. So I think we're waiting for dotnet/sdk#34142? Is that right, @eerhardt? |
@eerhardt this seems to be still stuck in the config source generator |
We are still waiting on dotnet/sdk#34220 to be available in an official SDK build. I pushed the latest SDK from dotnet/installer, but it doesn't appear to have this fix. |
Still stuck |
@javiercn - it looks like there are additional failures with the new SDK. Can you take a look?
|
@eerhardt yes. I was looking at them already |
I've updated to the latest SDK which now has the fix. Let me know if you still see failures in this area. |
No description provided.