Posts Tagged ‘ILMerge’

How to shoot yourself in the foot with ILMerge (2009-7-7)

xUnit.BDDExtensions and is now completely merged into a single assembly. However, getting to that state wasn’t as straight forward as I originally expected.
The initial problem
xUnit.BDDExtensions internally depends on StructureMap, StructureMap.AutoMocking and Rhino.Mocks. However, I don’t like the need to carry around 3 extra assemblies with me, especially if I don’t use them directly [...]