-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
.net9 #12064
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
.net9 #12064
Conversation
src/plugins/BuildServerIntegration/AzureDevOpsIntegration/AzureDevOpsAdapter.cs
Outdated
Show resolved
Hide resolved
eb7f996
to
f56ff6a
Compare
Appveyor has still no (mainline) branch so build fails |
f56ff6a
to
8bfd728
Compare
🎉 AppVeyor builds it! 🚀 Sorry for cancelling the first build which could succeed. |
AppVeyor has now added support for .net9, so this is n longer blocked. |
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.
have shortly run only once
12a1d1a
to
34664a2
Compare
I would like to see #12149 and some follow ups to that before merging this, there are also submodule changes. |
0d8d97e
to
65fad69
Compare
suppress VSTHRD103,WFO1000 Refs: gitextensions#12064
65fad69
to
0e6acfb
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.
modulo yet uncommitted comment
https://github.com/gitextensions/gitextensions/blob/master/eng%2FUpdate-DotnetVersion.ps1. Need to update ha. GitHub nobile was weird. I see the modification. Nevermind. |
suppress VSTHRD103,WFO1000 Refs: gitextensions#12064
17cb1cb
to
6119621
Compare
Requires #12167 (due to submodule changes)
Requires submodules first like gitextensions/ICSharpCode.TextEditor#48
Proposed changes
An attempt to try out .net9
There are the usual performance and syntax improvements in .net9/c#13
.net9 do not have long term support, update to .net10 will be required in a year.
One specific feature that is interesting is dark mode, discussions in #9191 and more issues
Test methodology
?
Merge strategy
I agree that the maintainer squash merge this PR (if the commit message is clear).
✒️ I contribute this code under The Developer Certificate of Origin.