-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Upgrade build to use .NET 8 Preview 4 SDK #86408
Conversation
Update to use the new P4 SDK and fix a new diagnostic from MSBuild.
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsUpdate to use the new P4 SDK and fix a new diagnostic from MSBuild.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the MSB4120 fix. Arcade updates the SDK with dotnet/arcade#13554
@sbomer any ideas on the clang/linker/NativeAOT failures? @layomia any ideas on the ConfigurationBinder generator failures? (Build run for reference: https://github.com/dotnet/runtime/runs/13566791008) |
I haven't checked, but it may be caused by https://github.com/dotnet/runtime/blob/3d7241ad46bc52677d5b5f3f4bcde93152c699a5/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj#L64C1-L65 |
…ation binding generator tests.
Failures are known. Announcement posted at #86517 |
Update to use the new P4 SDK and fix a new diagnostic from MSBuild.