System.Xml.ReaderWriter 4.0.11-beta-23225

Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data. Commonly Used Types: System.Xml.XmlNodeType System.Xml.XmlException System.Xml.XmlReader System.Xml.XmlWriter System.Xml.IXmlLineInfo System.Xml.XmlNameTable System.Xml.IXmlNamespaceResolver System.Xml.XmlNamespaceManager System.Xml.XmlQualifiedName

Showing the top 20 packages that depend on System.Xml.ReaderWriter.

Packages Downloads
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
421
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
1,610
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform. When using NuGet 3.x this package requires at least version 3.4.
12,386
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
10,346
Newtonsoft.Json
Json.NET is a popular high-performance JSON framework for .NET
16,069
System.IO.Packaging
Provides classes that support storage of multiple data objects in a single container. When using NuGet 3.x this package requires at least version 3.4.
109
System.Private.DataContractSerialization
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages.
112
System.Private.DataContractSerialization
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Runtime.Serialization packages. When using NuGet 3.x this package requires at least version 3.4.
110
System.Runtime.Serialization.Xml
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Runtime.Serialization.DataContractSerializer System.Runtime.Serialization.XmlObjectSerializer System.Runtime.Serialization.InvalidDataContractException System.Xml.XmlDictionaryReader System.Xml.XmlDictionaryWriter System.Xml.XmlDictionaryString System.Xml.UniqueId System.Xml.XmlDictionaryReaderQuotas System.Runtime.Serialization.DataContractResolver System.Xml.IXmlDictionary When using NuGet 3.x this package requires at least version 3.4.
121
System.ServiceModel.Primitives
Provides common Windows Communication Foundation (WCF) types for consuming and communicating with services. Commonly Used Types: System.ServiceModel.ClientBase<TChannel> System.ServiceModel.IClientChannel System.ServiceModel.ICommunicationObject System.ServiceModel.Channels.IChannel System.ServiceModel.IContextChannel System.ServiceModel.IExtensibleObject<T> System.ServiceModel.DataContractFormatAttribute System.ServiceModel.Description.IOperationBehavior System.ServiceModel.Channels.Message System.ServiceModel.FaultException<TDetail> \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
127
System.Xml.XDocument
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.Linq.XDocument System.Xml.Linq.XText System.Xml.Linq.XNode System.Xml.Linq.XContainer System.Xml.Linq.XComment System.Xml.Linq.XObject System.Xml.Linq.XProcessingInstruction System.Xml.Linq.XDocumentType
113
System.Xml.XDocument
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.Linq.XDocument System.Xml.Linq.XText System.Xml.Linq.XNode System.Xml.Linq.XContainer System.Xml.Linq.XComment System.Xml.Linq.XObject System.Xml.Linq.XProcessingInstruction System.Xml.Linq.XDocumentType When using NuGet 3.x this package requires at least version 3.4.
112
System.Xml.XDocument
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.Linq.XDocument System.Xml.Linq.XText System.Xml.Linq.XNode System.Xml.Linq.XContainer System.Xml.Linq.XComment System.Xml.Linq.XObject System.Xml.Linq.XProcessingInstruction System.Xml.Linq.XDocumentType When using NuGet 3.x this package requires at least version 3.4.
12,442
System.Xml.XDocument
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily. Commonly Used Types: System.Xml.Linq.XElement System.Xml.Linq.XAttribute System.Xml.Linq.XDocument System.Xml.Linq.XText System.Xml.Linq.XNode System.Xml.Linq.XContainer System.Xml.Linq.XComment System.Xml.Linq.XObject System.Xml.Linq.XProcessingInstruction System.Xml.Linq.XDocumentType When using NuGet 3.x this package requires at least version 3.4.
18,627
System.Xml.XmlDocument
Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package. Commonly Used Types: System.Xml.XmlNode System.Xml.XmlElement System.Xml.XmlAttribute System.Xml.XmlDocument System.Xml.XmlDeclaration System.Xml.XmlText System.Xml.XmlComment System.Xml.XmlNodeList System.Xml.XmlWhitespace System.Xml.XmlCDataSection When using NuGet 3.x this package requires at least version 3.4.
10,388
System.Xml.XPath
Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model. Commonly Used Types: System.Xml.XPath.XPathNavigator System.Xml.XPath.IXPathNavigable System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathExpression System.Xml.XPath.XPathResultType System.Xml.XPath.XPathException System.Xml.XPath.XPathDocument System.Xml.XPath.XPathItem System.Xml.XPath.XPathNamespaceScope When using NuGet 3.x this package requires at least version 3.4.
2,129
System.Xml.XPath.XmlDocument
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package. Commonly Used Types: System.Xml.XPath.XmlDocumentExtensions
111
System.Xml.XPath.XmlDocument
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package. Commonly Used Types: System.Xml.XPath.XmlDocumentExtensions
118
System.Xml.XPath.XmlDocument
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package. Commonly Used Types: System.Xml.XPath.XmlDocumentExtensions When using NuGet 3.x this package requires at least version 3.4.
2,147

MonoAndroid 1.0

  • No dependencies.

.NETPlatform 5.0

Xamarin.Mac 2.0

  • No dependencies.

Xamarin.iOS 1.0

  • No dependencies.

.NET Framework 4.6

  • No dependencies.

MonoTouch 1.0

  • No dependencies.

Version Downloads Last updated
4.3.1 116 07/31/2022
4.3.0 12,424 06/27/2022
4.3.0-preview1-24530-04 92 09/11/2022
4.0.12 91 08/16/2022
4.0.11 18,639 06/27/2022
4.0.11-rc2-24027 81 09/11/2022
4.0.11-beta-23516 28 09/11/2022
4.0.11-beta-23409 69 09/11/2022
4.0.11-beta-23225 85 09/11/2022
4.0.10 29 08/16/2022
4.0.10-beta-23109 49 09/11/2022
4.0.10-beta-23019 37 09/11/2022
4.0.10-beta-22816 92 09/11/2022
4.0.10-beta-22605 51 09/11/2022
4.0.10-beta-22416 75 09/11/2022
4.0.10-beta-22231 103 09/17/2022
4.0.0 111 09/08/2022
4.0.0-beta-23109 71 09/11/2022
4.0.0-beta-23019 102 09/11/2022