#How can I “fully” compile app?
1 messages · Page 1 of 1 (latest)
This app uses it

Like
When app compiled
If build folder
There is lots of .dll files
Without them app won’t start at all
How can I compile on this stage, so user with app need to download only this app
I feel that you lack many programing concepts regarding how a DotNet app works.
Please consider checking this if it suits your goals:
https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli
https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli
Use dotnet publish or visiual studio publish to a folder with self contained option
And using trim unsued to reduce file size by removing unsued libraries
