System.Xml.ReaderWriter
4.3.1
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
When using NuGet 3.x this package requires at least version 3.4.
Requires NuGet 2.12 or higher.
Install-Package System.Xml.ReaderWriter -Version 4.3.1
dotnet add package System.Xml.ReaderWriter --version 4.3.1
<PackageReference Include="System.Xml.ReaderWriter" Version="4.3.1" />
paket add System.Xml.ReaderWriter --version 4.3.1
#r "nuget: System.Xml.ReaderWriter, 4.3.1"
// Install System.Xml.ReaderWriter as a Cake Addin #addin nuget:?package=System.Xml.ReaderWriter&version=4.3.1 // Install System.Xml.ReaderWriter as a Cake Tool #tool nuget:?package=System.Xml.ReaderWriter&version=4.3.1
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.NETCore 5.0
- System.Collections (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading.Tasks.Extensions (>= 4.3.0)
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.0
- System.IO (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
-
.NETStandard 1.3
- System.Collections (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Globalization (>= 4.3.0)
- System.IO (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
- System.IO.FileSystem.Primitives (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Runtime.InteropServices (>= 4.3.0)
- System.Text.Encoding (>= 4.3.0)
- System.Text.Encoding.Extensions (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading.Tasks.Extensions (>= 4.3.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
Windows 8.0
- No dependencies.
-
WindowsPhone 8.0
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
Used By
NuGet packages (254)
Showing the top 5 NuGet packages that depend on System.Xml.ReaderWriter:
Package | Downloads |
---|---|
NETStandard.Library
A set of standard .NET APIs that are prescribed to be used and supported together.
18a36291e48808fa7ef2d00a764ceb1ec95645a5
When using NuGet 3.x this package requires at least version 3.4.
|
|
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.
|
|
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.
|
|
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.
|
|
Microsoft.TestPlatform.TestHost
Testplatform host executes the test using specified adapter.
|
GitHub repositories (249)
Showing the top 5 popular GitHub repositories that depend on System.Xml.ReaderWriter:
Repository | Stars |
---|---|
dotnet/orleans
Orleans is a cross-platform framework for building distributed applications with .NET
|
|
JeffreySu/WeiXinMPSDK
微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
neuecc/UniRx
Reactive Extensions for Unity
|
Version History
Version | Downloads | Last updated |
---|---|---|
4.3.1 | 21,186,370 | 1/9/2018 |
4.3.0 | 140,198,416 | 11/15/2016 |
4.3.0-preview1-24530-04 | 278,233 | 10/24/2016 |
4.0.12 | 5,088,879 | 1/9/2018 |
4.0.11 | 120,594,080 | 6/27/2016 |
4.0.11-rc2-24027 | 6,836,154 | 5/16/2016 |
4.0.11-beta-23516 | 101,362 | 11/18/2015 |
4.0.11-beta-23409 | 18,463 | 10/15/2015 |
4.0.11-beta-23225 | 190,892 | 9/2/2015 |
4.0.10 | 2,630,119 | 7/29/2015 |
4.0.10-beta-23109 | 131,748 | 7/27/2015 |
4.0.10-beta-23019 | 38,629 | 6/30/2015 |
4.0.10-beta-22816 | 45,352 | 4/24/2015 |
4.0.10-beta-22605 | 11,775 | 2/13/2015 |
4.0.10-beta-22416 | 8,276 | 1/16/2015 |
4.0.10-beta-22231 | 56,709 | 11/11/2014 |
4.0.0 | 1,144,842 | 7/29/2015 |
4.0.0-beta-23109 | 12,972 | 7/27/2015 |
4.0.0-beta-23019 | 173,222 | 6/30/2015 |