System.Xml.ReaderWriter
4.3.1
Prefix Reserved
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
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.
-
.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.
NuGet packages (257)
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.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. |
|
|
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. |
GitHub repositories (253)
Showing the top 5 popular GitHub repositories that depend on System.Xml.ReaderWriter:
| Repository | Stars |
|---|---|
|
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
|
neuecc/UniRx
Reactive Extensions for Unity
|
|
|
CommunityToolkit/WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
|
|
|
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
|
| Version | Downloads | Last updated |
|---|---|---|
| 4.3.1 | 29,780,761 | 1/9/2018 |
| 4.3.0 | 252,323,866 | 11/15/2016 |
| 4.3.0-preview1-24530-04 | 296,607 | 10/24/2016 |
| 4.0.12 | 5,096,120 | 1/9/2018 |
| 4.0.11 | 207,489,154 | 6/27/2016 |
| 4.0.11-rc2-24027 | 7,654,878 | 5/16/2016 |
| 4.0.11-beta-23516 | 101,709 | 11/18/2015 |
| 4.0.11-beta-23409 | 18,749 | 10/15/2015 |
| 4.0.11-beta-23225 | 199,343 | 9/2/2015 |
| 4.0.10 | 2,702,354 | 7/29/2015 |
| 4.0.10-beta-23109 | 132,038 | 7/27/2015 |
| 4.0.10-beta-23019 | 39,136 | 6/30/2015 |
| 4.0.10-beta-22816 | 46,163 | 4/24/2015 |
| 4.0.10-beta-22605 | 12,063 | 2/13/2015 |
| 4.0.10-beta-22416 | 8,559 | 1/16/2015 |
| 4.0.10-beta-22231 | 56,956 | 11/11/2014 |
| 4.0.0 | 1,167,367 | 7/29/2015 |
| 4.0.0-beta-23109 | 13,216 | 7/27/2015 |
| 4.0.0-beta-23019 | 175,745 | 6/30/2015 |

