0

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. :)

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
sh0gged
  • 509
  • 2
  • 7
  • 17

2 Answers2

1

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

Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
1

The APIs are available on the current Mono 2.6 preview, but they are not available on the 2.4 release (the current official release).

miguel.de.icaza
  • 32,654
  • 6
  • 58
  • 76