</>PackageGraphPackageGraph

System.Xml.XDocument

NuGetv4.3.0

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.

Not recommended for new projects

No — System.Xml.XDocument should not be adopted for new projects. Last published 3537 days ago. Pulls in 22 transitive packages (at least — some of the tree is still being crawled). No license declared — you have no explicit right to use this code.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • FMaintenance: grade F, Failing.

    Last published 3537 days ago.

  • CWeight: grade C, Fair — worth a look.

    Pulls in 22 transitive packages (at least — some of the tree is still being crawled).

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • FLicense: grade F, Failing.

    No license declared — you have no explicit right to use this code.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding System.Xml.XDocument to a project.

12
Direct dependencies

Runtime packages this one declares itself.

22
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

3
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Compatibility

.NET
No constraint declared

Dependencies

Declared by System.Xml.XDocument v4.3.0. Runtime dependencies are installed with the package; dev dependencies are not.

Used by

Popular packages that depend on System.Xml.XDocument.

Relationship graph

Dependencies (left) and dependents (right) of System.Xml.XDocument.

Frequently installed together

System.Runtime.InteropServices.RuntimeInformationNuGet

Provides APIs to query about runtime and OS information. Commonly Used Types: System.Runtime.InteropServices.RuntimeInformation System.Runtime.InteropServices.OSPlatform When using NuGet 3.x this package requires at least version 3.4.

0/wk3 dependents
Microsoft.Win32.PrimitivesNuGet

Provides common types for Win32-based libraries. Commonly Used Types: System.ComponentModel.Win32Exception When using NuGet 3.x this package requires at least version 3.4.

0/wk4 dependents
System.AppContextNuGet

Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext When using NuGet 3.x this package requires at least version 3.4.

0/wk3 dependents
System.ConsoleNuGet

Provides the System.Console class, which represents the standard input, output and error streams for console applications. Commonly Used Types: System.Console System.ConsoleColor When using NuGet 3.x this package requires at least version 3.4.

0/wk2 dependents
System.Globalization.CalendarsNuGet

Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars. Commonly Used Types: System.Globalization.HijriCalendar System.Globalization.GregorianCalendar System.Globalization.HebrewCalendar System.Globalization.KoreanCalendar System.Globalization.ThaiBuddhistCalendar System.Globalization.TaiwanCalendar System.Globalization.JapaneseCalendar System.Globalization.GregorianCalendarTypes System.Globalization.PersianCalendar System.Globalization.UmAlQuraCalendar When using NuGet 3.x this package requires at least version 3.4.

0/wk3 dependents
System.IO.CompressionNuGet

Provides classes that support the compression and decompression of streams. Commonly Used Types: System.IO.Compression.DeflateStream System.IO.Compression.GZipStream System.IO.Compression.CompressionMode System.IO.Compression.CompressionLevel System.IO.Compression.ZipArchiveEntry System.IO.Compression.ZipArchive System.IO.Compression.ZipArchiveMode When using NuGet 3.x this package requires at least version 3.4.

0/wk5 dependents
System.IO.Compression.ZipFileNuGet

Provides classes that support the compression and decompression of streams using file system paths. Commonly Used Types: System.IO.Compression.ZipFile When using NuGet 3.x this package requires at least version 3.4.

0/wk2 dependents
System.IO.FileSystemNuGet

Provides types that allow reading and writing to files and types that provide basic file and directory support. Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions When using NuGet 3.x this package requires at least version 3.4.

0/wk9 dependents
System.IO.FileSystem.PrimitivesNuGet

Provides common enumerations and exceptions for path-based I/O libraries. Commonly Used Types: System.IO.DirectoryNotFoundException System.IO.FileAccess System.IO.FileLoadException System.IO.PathTooLongException System.IO.FileMode System.IO.FileShare System.IO.FileAttributes When using NuGet 3.x this package requires at least version 3.4.

0/wk9 dependents
System.Net.SocketsNuGet

Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network. Commonly Used Types: System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs System.Net.Sockets.LingerOption System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.ProtocolType System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient System.Net.Sockets.SocketType System.Net.Sockets.UdpClient System.Net.Sockets.SocketShutdown When using NuGet 3.x this package requires at least version 3.4.

0/wk2 dependents
System.Security.Cryptography.AlgorithmsNuGet

Provides base types for cryptographic algorithms, including hashing, encryption, and signing operations. Commonly Used Types: System.Security.Cryptography.Aes System.Security.Cryptography.RSA System.Security.Cryptography.RSAParameters System.Security.Cryptography.HMACSHA1 System.Security.Cryptography.SHA256 System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA512 System.Security.Cryptography.SHA384 System.Security.Cryptography.HMACSHA256 System.Security.Cryptography.MD5 System.Security.Cryptography.HMACSHA384 System.Security.Cryptography.HMACSHA512 When using NuGet 3.x this package requires at least version 3.4.

0/wk6 dependents
System.Net.HttpNuGet

Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers. Commonly Used Types: System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler When using NuGet 3.x this package requires at least version 3.4.

0/wk3 dependents

Release history

No releases in the last two years, typically about 35 days apart.

Recent versions of System.Xml.XDocument
VersionPublishedLicense
4.3.0latest9 years ago
4.3.0-preview1-24530-049 years ago
4.0.1110 years ago
4.0.11-rc2-2402710 years ago
4.0.11-beta-2351610 years ago
4.0.11-beta-2340910 years ago
4.0.11-beta-2322511 years ago
4.0.1011 years ago
4.0.011 years ago
4.0.10-beta-2310911 years ago
4.0.0-beta-2310911 years ago
4.0.10-beta-2301911 years ago
4.0.0-beta-2301911 years ago
4.0.10-beta-2281611 years ago
4.0.0-beta-2260511 years ago

Overview

System.Xml.XDocument is an NuGet package that 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. It has 2 known dependents in the graph. The latest version is 4.3.0.

Who should use it

Teams working in the NuGet ecosystem who need 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 and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your NuGet stack.

Pros

  • Actively published to the registry.

Cons

  • No license detected — review usage terms before adopting.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use System.Xml.XDocument?

No — System.Xml.XDocument should not be adopted for new projects. Last published 3537 days ago. Pulls in 22 transitive packages (at least — some of the tree is still being crawled). No license declared — you have no explicit right to use this code.

How do I install System.Xml.XDocument?

Run `dotnet add package System.Xml.XDocument` to add System.Xml.XDocument to your NuGet project.

How many dependencies does System.Xml.XDocument have?

System.Xml.XDocument declares 12 direct dependencies and pulls in 22 packages in total once its runtime tree is resolved.

What license is System.Xml.XDocument released under?

No license was detected in System.Xml.XDocument's metadata; review the repository before use.

How popular is System.Xml.XDocument?

NuGet does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on System.Xml.XDocument.

Is System.Xml.XDocument still maintained?

The most recent release of System.Xml.XDocument (v4.3.0) was published 9 years ago.