1 min

Be careful when Git suppresses bin Folders

Warns about overly broad bin rules in .gitignore files, which can unintentionally exclude binaries from versioned SDKs and toolsets in self-contained development trees.

Development
3 min

Converting Creole to HTML, PDF, DOCX, ..

How to export Creole-based GitHub Wiki documentation to DOCX by cloning the Wiki repository, converting and merging Creole files to HTML with Creole/c, and processing the result with Pandoc.

Documentation
2 min

Toolset agnostic build server and Silverlight projects

Explains why Silverlight and Web Application projects require Microsoft.WebApplication.targets at Visual Studio's expected MSBuild location, and how to work around this dependency on a toolset-free continuous integration server.

Development
1 min

Setup license stuff for PostSharp 2.1

Troubleshooting PostSharp license errors on a TeamCity continuous integration server and configuring the correct license activation for unattended builds.

Development
4 min

Whitepaper “Aufbau eines pragmatisch smarten DevTree“

Ein pragmatischer DevTree bündelt Sourcecode, Bibliotheken, Build-Tools und weitere Entwicklungsartefakte im Versions-Repository, um reproduzierbare Builds, Continuous Integration und eine effiziente Zusammenarbeit zu ermöglichen.

Development
2 min

Integrate Simian in Hudson CI-server

How to integrate Simian duplicate-code detection into Hudson CI, configure C# file exclusions and thresholds, generate XML reports, and prevent code duplication findings from breaking the build..

Development