-
Notifications
You must be signed in to change notification settings - Fork 380
Add .NET 10 #1913
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
base: main
Are you sure you want to change the base?
Add .NET 10 #1913
Conversation
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.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Build RequiredThe following additions require CE to build artifacts before deployment:
Please ensure these have been built and uploaded to S3 before merging, or coordinate with the CE team. Build Commandsgh workflow run bespoke-build.yaml -f image=dotnet -f version=v10.0.0 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=dotnet -f version=v9.0.11 -f command=build.sh
gh workflow run bespoke-build.yaml -f image=dotnet -f version=v8.0.22 -f command=build.sh |
|
Running builds... |
mattgodbolt
left a comment
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. sorry for the slow reponse
|
Builds are failing due to: :( |
|
It seems that we need to switch to 10.0.1 instead, as 10.0.0 has dependencies that have security vulnerabilities. I don't have a PC to work on this right now, if you would like, could you help me bump the version v10.0.0 to v10.0.1? |
|
Sorry, seems that v10.0.1 has the same issue. We will have to wait for the next patch release of .NET 10. |
|
I'm not sure it's just that - 8.0.22 and 9.0.11 also failed too |
Adding new compilers for .NET.