Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78430 --- shadow/78430 2006-05-17 12:55:00.000000000 -0400 +++ shadow/78430.tmp.31043 2006-05-17 13:08:36.000000000 -0400 @@ -5,13 +5,13 @@ OS Details: Status: NEW Resolution: Severity: Unknown Priority: Normal Component: System -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: 2_0 URL: Cc: Summary: ArgumentNullException in System.Configuration.ApplicationSettingsBase @@ -301,6 +301,25 @@ [STAThread] static void Main() { Program p = new Program(); } } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-17 13:08 ------- +Stealing the bug, as this (kind of) bug is brought by my sys.config +improvements. + +Simplified repro: + +using System.Configuration; +using System; + + class Settings : ApplicationSettingsBase { + public Settings() { } + + static void Main() { + Console.WriteLine +(ApplicationSettingsBase.Synchronized(new Settings()) is Settings); + } + } + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
