Help with building
Is there any way to configure the publish thingy to bundle all the dlls into a single standalone .exe?
18 Replies
I had a project in .net 4.7.2 that when i published it, it would just bundle all the dlls into a single .exe file
Sorry if someone doesn't understand me, im kinda asleep
Select the option "Publish as single file"
Sorry but, where's that option?
The only thing i can find is publish to folder
And all this config
Oh right in the dropdown menu :picard_facepalm:
Aight it worked, thx <3
Is there any way to decrease the .exe size?
GitHub
Release v1.03 · elnexreal/GD-SLEditor
Changelog
Removed github button
Removed initprogram() function
Updated comments in code
Extras
Changed version scheme
I have this old project and the exe is not that big, i don't really remember what i did there
and trimming
but it depends on what kind of project it is
in some scenarios trimming might be more hassle then worth it
Not that big
its not the size
but what it uses
What do you mean by that?
i.e.: WPF is not compatible with trimming as an example
the alternative is framework-dependant which means the OS would have to have .net runtime installed
and the other option would be to just stay on .net framework 4.8
because all windows 10+ have it
Is there any possibility that net 4.7.2 bundled into the exe is less bigger than net 8.0?
Oookay so that's the reason
yeah
Thank you so much <3
that means u can't upgrade to .net core+
just to stand out the difference its not .net 4.7.2 its .net framework 4.7.2 its the legacy version
which is windows only
If you have no further questions, please use /close to mark the forum thread as answered