-
Notifications
You must be signed in to change notification settings - Fork 48
CommandLineWeaver
Pascal Craponne edited this page Oct 6, 2019
·
1 revision
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:trueif the assembly is signed. -
AssemblyOriginatorKeyFile: the.snkfile 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.