ccs.exe command line
The
ccs.exe tool takes two arguments, the assembly to rewrite and a semi-column separated list of mutator assemblies.
ccs.exe Foo.dll "CciSharp.AsserMessage.dll;CciSharp.ReadOnlyAutoProperty.dll"
- The tool loads the mutators from the mutator assemblies, orders them with respect to their priority and applies them to the assembly.
- The mutated assemblies is saved to disk as Foo.ccs.dll
The MSBuild targets take care of swapping the mutated assembly with the original assembly.