Title: FxCop and return
Hi,
I run FxCop via the command so I am sure to run the same Command Line version we do when running FxCop through Visual Studio. The Task is below:
Title: Compiling VC++ 6 Project
Hi,
Can anyone tell me the easiest way to compile a VC++ 6.0 Project.
I.e. using Visual Studio project file, StructuredPrototype1.dsp
I've tried:
1 - using devenv. But this gives me message dialog stating "Projects generated by a previous version of
Title: Unit testing and Code coverage of ansi C code
I've currently implemented a continuous integration process using NAnt, NUnit and NCover for our .NET applications (C# source code).
Is there a means of doing the same thing (unit testing and code coverage) for C code using NAnt?
Thanks