mono / ngit

Automated jgit port to c#
261 stars 151 forks source link

build in monodevelop doesn't work #3

Closed palango closed 12 years ago

palango commented 13 years ago

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 forRemoveElement' and no extension method RemoveElement' of typeSystem.Collections.ArrayList' could be found (are you missing a using directive or an assembly reference?)

slluis commented 13 years ago

I can't tell what's wrong. I use MonoDevelop to build NGit all the time.

palango commented 13 years ago

I only have Mono 2.6. Could that be the problem?

alanmcgovern commented 12 years ago

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.