Bump SDK to 8.0.100-alpha.1.22616.4#44925
Bump SDK to 8.0.100-alpha.1.22616.4#44925brunolins16 merged 18 commits intodotnet:mainfrom dougbu:dougbu/sdk.update
Conversation
|
Weekly update… |
|
@HaoK and @dotnet/aspnet-blazor-eng, could you please help w/ the errors I'm hitting in this PR❔ Looks like a few things are a bit more stringent (again). For example, from one of the Windows jobs (though the errors look consistent across the jobs)… Note the errors are coming from two different projects. |
|
@MackinnonBuck can you help unblock this PR? see @dougbu's previous comment |
|
I've added a workaround for the exception being thrown by That said, I don't see any problems with moving forward with my workaround - it just removes the offending parameter from the local function, so it gets captured from the containing method instead. I can file a bug in dotnet/linker tomorrow. |
|
Is the following error something only @javiercn can help with❔ It's coming from the |
|
Blocked on dotnet/linker#3106 |
|
Should we revert the last commit on this PR that works around the analyzer bug, given that we're waiting for the analyzer fix to flow through anyway? |
|
Closing in favor of #45075, because I'm too lazy to revert the workaround 😆 |
|
Never mind, looks like the workaround is still needed |
|
Looks like the |
|
Oh, never mind, that's not what the workaround was for. @MackinnonBuck looks like we still need something for:
But we can revert the linker workaround |
This is a known MSBuild regression dotnet/msbuild#8153 |
Do we have a workaround for that problem somewhere❔ |
|
Looks like we're getting a new failure with the updated SDK, probably caused by the introduction of dotnet/sdk@aef3f55: ...in addition to the existing Let's see if both these issues are resolved automagically in the next build. |
|
This error mentioned above: ... is still happening. Looks like it's due to an SDK bug - I've submitted a probable fix at dotnet/sdk#29450. I guess we'll be blocked on merging SDK updates for another few days at least until that gets merged and a new SDK update is available. |
|
@dotnet/aspnet-build any thoughts on this error? I updated to the latest sdk locally and is still an issue |
|
Likely related to dotnet/sdk#29497 - could be that we won't be able to update SDK until we update TFM to net8.0, so we may need to combine this with #45475. @ViktorHofer is that an accurate assessment? |
That only applies to source-build. This specific issue was just today fixed via dotnet/sdk#29553. Sorry for the inconvenience. Please upgrade to a newer SDK that contains the fix, when one is available. |
I just tried locally with the latest (8.0.100-alpha.1.22615.2) and the fix is not there yet. I will check again tomorrow. |
|
The latest SDK ( |
Issue fixed, going to merge the PR. |
|
🎉🎉🎉 Thanks @brunolins16! |
|
It seems this change might have caused issues in the internal pipeline. I am working with the team to make the tool updated. |
|
Hi @brunolins16. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
This reverts commit 9457554.
No description provided.