Microsoft.Language.Xml
1.1.20
A full-fidelity XML parser. Produces a syntax tree from XML text, preserves all whitespace and provides low-level API to examine the exact structure of the source text.
Install-Package Microsoft.Language.Xml -Version 1.1.20
dotnet add package Microsoft.Language.Xml --version 1.1.20
<PackageReference Include="Microsoft.Language.Xml" Version="1.1.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Language.Xml --version 1.1.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
Used By
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.Language.Xml:
| Repository | Stars |
|---|---|
|
KirillOsenkov/MSBuildStructuredLog
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
|