1
DotNet / First version released
« on: September 01, 2008, 01:23:32 am »Quote
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).I haven't looked at the code yet, but if the bug occurs, you should be getting a stack trace and exception. Have a paste?
So, if someone can point out the mistake (I think it's located in the ObjectBase class), let me know Smile
Quote
Any other bug report or suggestion is also welcome, as I'm not an expert in C#. Especially regaring C# standards / idioms / philosophy.When I get some time I'll look, but you should probably keep in mind that it won't look all that much like the C++ version if we're trying to go with C# conventions. C# is a different (better, IMO--cleaner, more logical) beast.
Quote
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).They're in final release stages before Mono 2.0 comes out--in theory at least, they implement everything in the System namespace.