-
-
Notifications
You must be signed in to change notification settings - Fork 970
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 .NET 8 #2462
update SDK to .NET 8 #2462
Conversation
41966a0
to
65de55d
Compare
@adamsitnik I tried to fix issues in this branch, but we have a problem with the Windows GitHub actions workflows. For some reason, it uses the system .NET SDK ( |
b467e19
to
f431dac
Compare
@AndreyAkinshin thanks for your help! I would expect 8a02ec2 to fix the problem, but it did not?!? |
0f48140
to
094287e
Compare
@adamsitnik I have found a bug with setting the PATH variable in |
094287e
to
db2acff
Compare
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.
Overall it LGTM, I found only some minor nits.
@AndreyAkinshin before I've applied my suggestions all CI legs were green! 🥇 |
4330463
to
12bf08c
Compare
@adamsitnik I have removed all the temporary stuff and cleaned up the history. If all tests are green, feel free to merge the PR, there are no more upcoming updates from my side. |
@adamsitnik everything is green! |
Currently it's just a draft. It would be nice to have for #2412, where we would not need to use reflection to figure out whether AVX512 is supported.