NetSparkleUpdater / NetSparkle

NetSparkle is a C# cross-platform software update framework for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs.
https://netsparkleupdater.github.io/NetSparkle/
MIT License
585 stars 81 forks source link

Support trimming #585

Open Deadpikle opened 1 week ago

Deadpikle commented 1 week ago

We should test and make sure that users of NetSparkleUpdater can use trimming. This will allow users to save file size, but will also fix #394 and #461 by allowing the BouncyCastle dependency to be trimmed (see https://github.com/bcgit/bc-csharp/issues/422), which will drastically reduce the file size of that dependency and allow us to update that dependency to the latest version.

See also:

Deadpikle commented 1 week ago

See the feature/trimming-support branch (#587)