I\'m using Costura.Fody to embed all dlls into my application assembly.
Is there any way to disable Costura.Fody in Debug build mode? How to make Costura.Fody to work o
According to Costura Github, a better possiblity is to open the .csproj and insert following line into the first :
.csproj
true
This way you don't have to modify the file again if there is a package update