CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

console application executable file size is too big, use trim to get the file size down #50

Closed eddywine closed 3 years ago

CBielstein commented 3 years ago

I'm not sure the relative importance of this issue. Introducing trim can reduce the file size but does increase developer effort as the developer has to manually trim a decent number of files and is considered experimental even in .NET 5. I would suggest that we close this for now and reopen it if we have a specific request from users to decrease file size in the future.

@eddywine What do you think?

eddywine commented 3 years ago

I think as you say, we can close this issue for now since in addition, the .exe file was not large enough to be unmanageable from the developer's side (60 MB). I also think we can also reopen the issue if we find ourselves having an output file that so large to cause download problems on the developer's side