I have a .net 7 console application which I want to distribute as a single file for future updates and automatic updates.
I have used options provided in the VS publish settings as attached image.
It produces single file but I want to access the DLLs and classes inside those DLLs which was accessible when the file was produced using Costura.Fody but not in this new output.
ILSpy shows the list of assemblies but when we use GetManifestResourceNames method, it does not return the list of DLLs in the bundle.
