Skip to content
Pascal Craponne edited this page Oct 6, 2019 · 1 revision

Weaving from command line

Mr Advice can also be invoked from command-line.
The syntax is:

MrAdvice.Weaver.exe <parameters>

Where parameters can be:

  • AssemblyPath: the path of assembly to be weaved.
  • SignAssembly: true if the assembly is signed.
  • AssemblyOriginatorKeyFile: the .snk file to sign assembly after weaving
  • ReferencePath: all referenced assemblies, with full path, separated by semi-colon.
  • ReferenceCopyLocalPaths: all referenced assemblies copied in output directory, with full path, separated by semi-colon.