[Mono-dev] Broken Linq to XSD managed provider in .Net 4.

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Wed Jan 19 15:16:42 EST 2011


Hi,

To get your patches ready, this page would be a good starter.
http://mono-project.com/Contributing
I'm not sure what you meant on XmlSchemaType.BaseXmlSchemaType, but
those 3 members are implemented AFAIK.

Atsushi Eno

(2011/01/20 3:05), Bob Watson wrote:
> Hello,
> I’m developing a multithreaded crossplatform file reader as part of a log
> management solution. We use linq to XSD to generate IDMEF xml on the fly, as
> it’s perfomant, and allows positional updates to schema before its
> serialized.
>
> Programing away for 2+ months ran Mona and found these 3 calls which break
> the provider. I know you probably get a bundle of missing method call emails
> every day but…..
>
> I checked the status page for .Net 4 and they look fairly simple but perhaps
> not.
>
> XmlSchemaType.GetBuiltInSimpleType()   in System.Xml.Schema has not been
> coded and has been flagged as TODO.
>
> Also in .NET 2 implemented XmlSchemaType.BaseXmlSchemaType () still not
> coded for .Mono 4.0 which also Linq to XSD.  Same with
> XmlSchemaDatatype.ChangeType().
>
> I’m also getting this message “We should parse basetype from right to left
> in 2.0 profile.” Applied on the CodeTypeReference .ctor in System.CodeDom
> assembly.
>
> How do I go about getting these 3 assemblies full patched, to complete
> implementation.
> Is there a well defined process for doing it. I just need to get the process
> to get these calls created.
>
>
> Thanks for the help.
> Bob.
>
>



More information about the Mono-devel-list mailing list