Search code examples
wcf.net-3.5monoxmlreaderxmlwriter

Are XmlMtomReader and XmlMtomWriter fully implemented in Mono project?


I'm working on a cross-platform solution currently. The solution uses XmlMtomReader and XmlMtomWriter from .NET framework 3.0.

Now i need to know if these two classes (and all the nessasary infrastructure around them) are fully supported in Mono project from the porting-it-to-linux point of view. :)


Solution

  • You can check it on the mono status:

    http://go-mono.com/status/

    You can also check your code using the mono migration analyser

    http://www.mono-project.com/MoMA

    I checked they are currently not implemented