Closed palango closed 12 years ago
I can't tell what's wrong. I use MonoDevelop to build NGit all the time.
I only have Mono 2.6. Could that be the problem?
You will need a newer version of Mono. This method is an extension method and it's quite possible that 2.6 is too old to compile this correctly.
If I build with xbuild everything works fine. However if I use MonoDevelop it shows errors like: error CS1061: Type
System.Collections.ArrayList' does not contain a definition for
RemoveElement' and no extension methodRemoveElement' of type
System.Collections.ArrayList' could be found (are you missing a using directive or an assembly reference?)