Build process for 8.31.1 no longer produces a self-contained app #482

Open
opened 2026-01-29 16:40:50 +00:00 by claunia · 0 comments
Owner

Originally created by @robalexclark on GitHub (May 9, 2020).

Originally assigned to: @GregorBiswanger on GitHub.

There was a change from version 7.30.2 to 8.31.1 to the file ElectronNET.CLI/Commands/BuildCommand.cs where --no-self-contained is now specified.
Previously this was not specified so a self-contained app was produced, but this change means that the dotnet core runtime needs to be manually installed on all target machines. Is this by design?

If it is by design then could you allow --self-contained true/false option to be specified to electronize build please?

Originally created by @robalexclark on GitHub (May 9, 2020). Originally assigned to: @GregorBiswanger on GitHub. There was a change from version 7.30.2 to 8.31.1 to the file ElectronNET.CLI/Commands/BuildCommand.cs where --no-self-contained is now specified. Previously this was not specified so a self-contained app was produced, but this change means that the dotnet core runtime needs to be manually installed on all target machines. Is this by design? If it is by design then could you allow --self-contained true/false option to be specified to electronize build please?
claunia added the bug label 2026-01-29 16:40:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#482