When running Weaver from a MSBuild task, the expression @(ReferencePathWithRefAssemblies) will expand to a semicolon-separated list of all referenced assemblies.
Using this as input would make using Weaver from MSBuild considerably easier as no DLL copying would be required!
When running Weaver from a MSBuild task, the expression
@(ReferencePathWithRefAssemblies)
will expand to a semicolon-separated list of all referenced assemblies. Using this as input would make using Weaver from MSBuild considerably easier as no DLL copying would be required!