Category Archives: Tooling

Development tooling

MSBuild OutDir per project in solution

We use a dedicated project file for building our solution/projects. The automated build sometimes complains about failing unit tests due to incompatible assembly versions. By building every project to their own OutDir we solved the issue. MSBuild tasks Install the … Continue reading

Posted in Tooling | Tagged , | Leave a comment

Browserstack screenshot followup

I asked browserstack for a reaction on the timeout in my Browserstack first look post. They upgraded my account to include the Defer Time option for free, but no candy. We use Selenium to automatically capture the screenshots. It seems … Continue reading

Posted in Tooling | Tagged , | Leave a comment

Octopus deploy export – import

Imagine you don’t have acces to a customer’s serverpark but still want to use a central octopus deploy server. Now you can export that release from your octopus deploy server and import it into the (local) installation on the customer’s … Continue reading

Posted in Tooling | Tagged , | Leave a comment

Allow incompatible platform in schema comparison

Schema comparison of SQL Express 2012 database and SQL Server 2008 gives an error A project which specifies SQL Server 2012 as the target platform cannot be published to SQL Server 2008. Set the allow incompatible platform in the options … Continue reading

Posted in Tooling | Tagged , | 2 Comments

Browserstack first look

Browserstack offers a free trial. Signup through modern.ie for an extended 3 months trial. I’ve tried it and found it very useful. The features are highlighted in this post. Live Type the public url and choose the platform and browser. … Continue reading

Posted in Tooling | Tagged , | 1 Comment