-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
{alttpr-opentracker,am2rlauncher,avalonia-ilspy,clr-loader,dafny,formula,gh-gei,ilspycmd,inklecate,knossosnet}: update from .NET 6/7 to .NET 8 #366067
base: master
Are you sure you want to change the base?
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.
Thanks a lot for migrating most of the remaining packages using an EOL .NET and reporting these to upstreams!
Most of the main dotnet related changes look good, and since you did some refactors like moving to finalAttrs
, removing with lib;
, etc., I left some nits some about general refactor changes. Feel free to ignore if it's too out of scope.
7b36d1a
to
894e78e
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.
Tested each binary (except clr-loader as that's a library) whether their GUI opens or the CLI output looks good on x86_64-linux, no problems! Changes look good too, thanks :)
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.
Tested out knossosnet; appears to be functional
Patches the following packages to point to .NET 8.0:
alttpr-opentracker
(issue upstream: .NET 7 has hit EOL trippsc2/OpenTracker#93)am2rlauncher
(issue upstream: .NET 6 has hit EOL AM2R-Community-Developers/AM2RLauncher#93)avalonia-ilspy
: (issue upstream: .NET 6 has hit EOL icsharpcode/AvaloniaILSpy#151)clr-loader
(no issue upstream because they're just sample projects and not actually built)dafny
(issue upstream: Support dotnet 8 dafny-lang/dafny#4948)formula
(issue upstream: .NET 6 has hit EOL VUISIS/formula-dotnet#42)inklecate
(issue upstream: .NET 6 has hit EOL inkle/ink#922)knossosnet
(issue upstream: .NET 6 has hit EOL KnossosNET/Knossos.NET#259)The following have been upgraded to a new version that has support for a newer .NET:
gh-gei
(first version with .NET 8 support is v1.10.1, but might as well upgrade to latest while I'm at it):ilspycmd
(upgrade to preview version was needed because it's the only one that has .NET 8 support):Part of #326335.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.