I installed costura.fody
successfully, set the FodyWeavers.xml
, yet still it doesnt say embedding (dll) in the console. I've tried launching my app and indeed it didn't embed anything. My DLLs are added as references and I also even added them as existing items. Using C# Visual Studio 2019.
Asked
Active
Viewed 242 times
0

SecretAgentMan
- 2,856
- 7
- 21
- 41
-
Can you share your configuration and what you are trying to accomplish? – Ron Beyer Jan 16 '20 at 21:58
-
Are your referenced assemblies [marked "Copy Local"](https://github.com/Fody/Costura#details), are are you [including them explicitly](https://github.com/Fody/Costura#includeassemblies)? – StriplingWarrior Jan 17 '20 at 03:48