Open
Description
When publishing the the CLI application with "Produce single file" option in Visual Studio, it produces single executable file, but Dragon Fruit generates another external XML file that contains descriptions for args. This XML must be distributed alongside the single executable. Without this external XML file the --help
command is limited.
Please consider embedding this file into the single executable. Having everything inside the single binary file is desired and expected result of "Produce single file" publishing flow.