System.Xml.ReaderWriter
4.0.10-beta-23109
Prefix Reserved
See the version list below for details.
Requires NuGet 3.0 or higher.
dotnet add package System.Xml.ReaderWriter --version 4.0.10-beta-23109
NuGet\Install-Package System.Xml.ReaderWriter -Version 4.0.10-beta-23109
<PackageReference Include="System.Xml.ReaderWriter" Version="4.0.10-beta-23109" />
paket add System.Xml.ReaderWriter --version 4.0.10-beta-23109
#r "nuget: System.Xml.ReaderWriter, 4.0.10-beta-23109"
// Install System.Xml.ReaderWriter as a Cake Addin #addin nuget:?package=System.Xml.ReaderWriter&version=4.0.10-beta-23109&prerelease // Install System.Xml.ReaderWriter as a Cake Tool #tool nuget:?package=System.Xml.ReaderWriter&version=4.0.10-beta-23109&prerelease
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet is compatible. |
-
.NETFramework 4.6
- No dependencies.
-
.NETPlatform 5.0
- System.Collections (>= 4.0.10-beta-23109)
- System.Diagnostics.Debug (>= 4.0.10-beta-23109)
- System.Globalization (>= 4.0.10-beta-23109)
- System.IO (>= 4.0.10-beta-23109)
- System.IO.FileSystem (>= 4.0.0-beta-23109)
- System.IO.FileSystem.Primitives (>= 4.0.0-beta-23109)
- System.Resources.ResourceManager (>= 4.0.0-beta-23109)
- System.Runtime (>= 4.0.20-beta-23109)
- System.Runtime.Extensions (>= 4.0.10-beta-23109)
- System.Runtime.InteropServices (>= 4.0.20-beta-23109)
- System.Text.Encoding (>= 4.0.10-beta-23109)
- System.Text.Encoding.Extensions (>= 4.0.10-beta-23109)
- System.Text.RegularExpressions (>= 4.0.10-beta-23109)
- System.Threading.Tasks (>= 4.0.10-beta-23109)
NuGet packages (298)
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. |
|
System.Xml.XmlSerializer
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects. Commonly Used Types: System.Xml.Serialization.IXmlSerializable System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlIgnoreAttribute System.Xml.Serialization.XmlElementAttribute System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlArrayAttribute System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlArrayItemAttribute System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlEnumAttribute 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. |
GitHub repositories (304)
Showing the top 5 popular GitHub repositories that depend on System.Xml.ReaderWriter:
Repository | Stars |
---|---|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.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
|
|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
CommunityToolkit/WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
|
Version | Downloads | Last updated |
---|---|---|
4.3.1 | 71,499,795 | 1/9/2018 |
4.3.0 | 1,235,610,319 | 11/15/2016 |
4.3.0-preview1-24530-04 | 529,089 | 10/24/2016 |
4.0.12 | 5,140,756 | 1/9/2018 |
4.0.11 | 921,338,245 | 6/27/2016 |
4.0.11-rc2-24027 | 14,814,817 | 5/16/2016 |
4.0.11-beta-23516 | 105,658 | 11/18/2015 |
4.0.11-beta-23409 | 22,118 | 10/15/2015 |
4.0.11-beta-23225 | 256,591 | 9/2/2015 |
4.0.10 | 3,458,367 | 7/29/2015 |
4.0.10-beta-23109 | 135,545 | 7/27/2015 |
4.0.10-beta-23019 | 43,867 | 6/30/2015 |
4.0.10-beta-22816 | 59,986 | 4/24/2015 |
4.0.10-beta-22605 | 16,335 | 2/13/2015 |
4.0.10-beta-22416 | 12,553 | 1/16/2015 |
4.0.10-beta-22231 | 60,254 | 11/11/2014 |
4.0.0 | 1,233,287 | 7/29/2015 |
4.0.0-beta-23109 | 16,757 | 7/27/2015 |
4.0.0-beta-23019 | 206,998 | 6/30/2015 |