I'm experiencing the following issue with Costura, when using the <IncludeAssemblies> tag to provide the list of assemblies to embed, I get a duplicate. Specifically Jetbrains.Annotations assembly is duplicated. All other assemblies are only embedded once.
I can see both in the output of Costura, during build, and using DotPeek to inspect the resources of the generated target assembly.
Using the "default" mode of embedding does not trigger this issue. Unfortunately I cannot use the "default" mode since one of my assemblies is an Interop that fails to be included (using Embed Interop Types = false and Copy Local = true).
Any ideas?
Thanks in advance.