[Mono-list] Mono 1.2.6 preview 3 is out!!

Andrus kobruleht2 at hot.ee
Sun Dec 9 18:33:48 EST 2007


> We've release our Preview 3 of Mono 1.2.6 today! Please help us out by 
> giving it a try on your applications.

I reported critical incompatibility bug in bugzilla a week ago.
I havent got any notice about its status.
How about fixing it ?

Andrus.

My  bug report was:


BaseDirectory does not end with backslash

To reproduce, run the code.

Observed: directory name does not end with backslash

Expected:

Directory name must end with backslash


Environment:

1.2.6 preview 2
.NET 2 profile
System.Drawing & Configuration from Nov 24, 2007 monocharge
Windows XP
VCSE 2008


Code to reproduce:

using System;
using System.Windows.Forms;

public class Test {
    static void Main() {
        MessageBox.Show(AppDomain.CurrentDomain.BaseDirectory);
    }
} 



More information about the Mono-list mailing list