background preloader

Usine Logicielle

Facebook Twitter

13 Keys to Continuous Delivery. 25inShare I've summarized some key takeaways from a ThoughtWorks quarterly update on Continuous Delivery that I attended some months ago.

13 Keys to Continuous Delivery

This took the form of a panel discussion with Martin Fowler, Evan Bottcher and Neal Ford. Smart guys, interesting topic and tantalising banner ad: The good news is that I didn’t hear anything that sounded too foreign. FxCop - Howto. About FxCop is a static code analysis tool that can analyse your .dll and .exe files and check if they following a set of rules about code style and such.

FxCop - Howto

The website for the software can be found here.Wikipedia article.This guide is started in May 2011. Download FxCop is available in the Microsoft SDK for Windows 7 and .NET 4.0 Framework. It used to be available as a standalone, but Microsoft has removed this option.Version 10.0 is available in .NET 4.0Version 1.35 is available in earlier versions of .NET.

Tests

SCM. Guide to building .NET projects using Hudson. In this guide I'm going to show how to set up a C# project on the Continuous integration server Hudson.

Guide to building .NET projects using Hudson

I've been using Hudson on .NET projects since september and it works really well. I'm going to use Media Portal as the example project. The below goals will be solved in this guide:Get the source code from the Subversion repositoryLink change logs to the repository browser using ViewVCBuild the project using MBuildRun the tests using NUnit and display the results together with a trend graphPublish artifacts from the build (nightly builds)Run FxCop on an assembly and display warnings (linked with source code) and a trend graph Search the source code for TODO, FIXME comments and display the open tasks with links to the source codeInitial downloadsThe following files are needed besides Java (at least 1.5). Get the latest version of all files and notice that the Hudson file has the extension .war and plugins .hpi. MediaPortal job configuration.