Monthly Archives: September 2006

Powershell MSBuild task

UPDATE: The source and installer for this task can now be found at Codeplex: http://powershellmsbuild.codeplex.com/  I have written an MSBuild task that hosts a Powershell runspace and allows you to embed Powershell scripts in your MSBuild build files. While MSBuild … Continue reading

Posted in Powershell | 100 Comments

Losing faith

(Also posted as a reply to a post on our mailing list, users@ankhsvn.hm.hm) Gah. I’m starting to lose my faith in my fellow programmers. A little background: Ankh uses a couple of hash tables to map EnvDTE.Project and EnvDTE.ProjectItem objects … Continue reading

Posted in AnkhSVN | 57 Comments

Debugging more events

A couple of months ago, I posted a class that used the new DynamicMethod class in .NET to dynamically hook up events to all events declared on an object and display a string in VS’ output pane whenever that event … Continue reading

Posted in .NET | 52 Comments