I have an executable (.exe) developed in Visual Studio 2017, I compile it with Costura.Fody to package all the dll that are needed during the execution of the application, however there are 3 dll that must be manually copied to the same location of the application because otherwise exceptions are generated in execution time. The dll are:
My questions are: