Hi
I've finished a first version of the .Net binding, available on SVN.
There's one annoying bug : it crashes randomly on internal objects destructions. I suspect the code is not completely GC-safe, but this is also the first time I write C# code (and .Net in general).
So, if someone can point out the mistake (I think it's located in the ObjectBase class), let me know
Any other bug report or suggestion is also welcome, as I'm not an expert in C#. Especially regaring C# standards / idioms / philosophy.
One last thing : if someone could test it under Mono, just to make sure everything's ok (AFAIK Mono doesn't fully implements .Net 2.0).