[Mono-list] ApplicationSettingsBase acting different from Windows? P

Nicholas Frechette zeno490 at gmail.com
Fri May 25 15:31:58 UTC 2012


I wouldn't be surprised. There are other discrepancies with that
class. I've had a bug report for one of them open for 1.5 years now
that hasn't been touched :)

https://bugzilla.xamarin.com/show_bug.cgi?id=2315
https://bugzilla.novell.com/show_bug.cgi?id=666459

I'm not sure how heavily tested/maintained that code path is under mono.

Good luck,
Nicholas

On Fri, May 25, 2012 at 8:32 AM, efontana <eric at fontanas.net> wrote:
> I've got this small test program, which is trying to use the
> ApplicationSettingsBase to persist a list
> of strings.
>
> Code is here:  http://pastebin.com/GpcPhDz6 http://pastebin.com/GpcPhDz6
>
> The problem is it never adds more than 2 items?  On Windows, items keep
> getting added?
>
> Running this on Linux (mono 2.10.8) shows this output:
>
>
> [eric at farm228 settingstest]$ mono bin/Debug/settingstest.exe
>
> before
> after
> Item: item0
> [eric at farm228 settingstest]$ mono bin/Debug/settingstest.exe
>
> before
> Item: item0
> after
> Item: item0
> Item: item1
> [eric at farm228 settingstest]$ mono bin/Debug/settingstest.exe
>
> before
> Item: item0
> after
> Item: item0
> Item: item1
> [eric at farm228 settingstest]$ mono bin/Debug/settingstest.exe
>
> before
> Item: item0
> after
> Item: item0
> Item: item1
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/ApplicationSettingsBase-acting-different-from-Windows-P-tp4649540.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list


More information about the Mono-list mailing list