Skip to content

Upgrade to .NET 8 and replace ILMerge with single-file deployment#5

Open
CodingMarco wants to merge 3 commits intojamessantiago:masterfrom
CodingMarco:main
Open

Upgrade to .NET 8 and replace ILMerge with single-file deployment#5
CodingMarco wants to merge 3 commits intojamessantiago:masterfrom
CodingMarco:main

Conversation

@CodingMarco
Copy link

I did what the title says in an upstreamable manner (at least I hope so).
Also, I updated the NuGet package versions.
By upgrading to .NET 8, we can make the tool cross-platform, and also we can simplify the build process by using single-file deployment instead of ILMerge.
I decided to not use a self-contained build (.NET 8.0 runtime will be required) but this decision can be discussed.

A possible future improvement could be to add a GitHub Action that builds the executables for Windows and Linux.

Solves #3

@titanix
Copy link

titanix commented Nov 8, 2024

Funny I just ported the soft to .NET 8.0 few minutes ago... and found your PR when wanting to submit mine (just in case it would be useful for someone else) 😆

@CodingMarco you might want to have a look at my comment here too to fix the behavior of the program: #2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants