Hi,
MarkWing wrote:Can you please try the post commit one instead?
Sorry, I wrote something wrong. I meant: the only change I made is, I enabled the pre-commit handler. Now both handlers are enabled.
But I found the problem. Because I own Visual Studio 2005, I had to change the auto-implemented properties in Utilities.cs to be compatible with C# 2.0. I mistakenly wrote the setter to assign it's value to itself and not to a private variable. That caused the recursion.
Now it works well. :)
Please can you fix the sources to be compatible with C#2.0. You only have to change the auto-implemented properties in Utilities.cs and line 84 in Program.cs to using 'string' instead of 'var'. The line should be written as:
foreach (string s in args)
--
Kind regars,
Mathias