My favorites | Sign in
Project Logo
                
Search
for
Updated May 07, 2008 by jesjo...@mindspring.com
Labels: Featured, Phase-Deploy
WindowsInstall  
Installing and running on Windows.

Installation

Currently there's no installer on Windows, but for now you can simply drop the smokey.exe assembly into the C:\WINDOWS directory. You will also need to ensure Mono.Cecil.dll is in the same directory as smokey.exe. You can download Cecil here.

Running

If you put smokey.exe into C:\WINDOWS then you can smoke an assembly by executing smokey Cool.dll from the cmd tool. If not you can use C:\path\to\smokey.exe Cool.dll. This will write a report to stdout listing all of the problems that were found with the file. You can also exclude types and methods from being tested. See smokey -usage for more details on this.

You can change the default behavior of Smokey with the ConfigFile. You can also include SmokeyAttributes within your assembly to affect the way Smokey processes your types and methods.

Note that, for now, you will not get file and line numbers when running Smokey with Microsoft's .NET.


Comment by dfev77, Sep 02, 2009

Currently quite a pain to go and search for the exact version of Cecil. Why can't this just be embedded into the zip file?


Sign in to add a comment
Hosted by Google Code