[Mono-list] CultureInfo.GetCultures(CultureTypes.AllCultures) is broken

Jeroen Frijters jeroen@sumatra.nl
Thu, 11 Dec 2003 17:05:05 +0100


Hi,

The following code throws a System.ArgumentException:

using System.Globalization;

class Test {
  static void Main() {
    CultureInfo.GetCultures(CultureTypes.AllCultures);
  }
}

This causes NAnt-0.84-rc1 not to work.

Regards,
Jeroen