I would like to ask if it is possible to use Fody-Costura, which embeds dependencies into the executable and Obfuscar, for obfuscation, together.
At the moment I’m struggling because the msbuild target in Visual Studio 2017 of Costura gets executed before the one of obfuscar (which then complains about missing dependency files).
As obfuscar does not provide a target by itself, I'm using MSBuild.Obfuscar.
Is there a way to combine those two, maybe by specifying the order of the targets?