[Mono-dev] Mono .Net difference - handling xs:extension please help

2014-11-11 Thread MarLOne
Hello, Not sure if this issue has been raised as it is driving me nuts as another Mono/.Net runtime behavior differences. I have a xml schema called FamilyTree2.xsd FamilyTree2.xsd http://mono.1490590.n4.nabble.com/file/n4664552/FamilyTree2.xsd . This has been validate in Eclipse's Xsd Editor.

[Mono-dev] Review of PR 964: Improvements to ApplicationsSettingsBase class

2014-11-11 Thread Eberhard Beilharz
PR 964 contains various changes and fixes for ApplicationsSettingsBase class to behave more like .NET. This fixes Xamarin bugs #15818 and #2315. https://github.com/mono/mono/pull/964 Thanks, Eberhard ___ Mono-devel-list mailing list

Re: [Mono-dev] Mono .Net difference - handling xs:extension please help

2014-11-11 Thread Timotheus Pokorra
Hello MarL, I then use xsd.exe in Mono runtime 2.10.8.1 to generate a C# class from the schema. I then use the following code to deserialize the instance document It seems you are using an ancient version of Mono. Please try with a recent Mono, see http://www.mono-project.com/download/, we are