According to the list of available namespaces in the PCL project , System.Xmlit is not included. However, I get compilation errors on a link XmlTextReaderthat is in the System.Xml namespace.
I am targeting .NET 4.0 + Silverlight 5 (Profile14). I also tried .NET4.0.3 + SL (Profile19) and .NET 4.5 + SL (Profile24), anyway.
So, it is assumed that it XmlTextReaderis available in PCL, and if not, where can I find a specific list of which classes are available and which are not?
source
share