![]() |
VOOZH | about |
dotnet add package XmlResolver --version 6.0.23
NuGet\Install-Package XmlResolver -Version 6.0.23
<PackageReference Include="XmlResolver" Version="6.0.23" />
<PackageVersion Include="XmlResolver" Version="6.0.23" />Directory.Packages.props
<PackageReference Include="XmlResolver" />Project file
paket add XmlResolver --version 6.0.23
#r "nuget: XmlResolver, 6.0.23"
#:package XmlResolver@6.0.23
#addin nuget:?package=XmlResolver&version=6.0.23Install as a Cake Addin
#tool nuget:?package=XmlResolver&version=6.0.23Install as a Cake Tool
A C# implementation of the XML Resolver.
This package implements an OASIS catalog-based XML resource resolver.
See The XML Resolver Project for more details.
This API implements System.Xml.XmlResolver.
The resolver can read catalogs from the local filesystem, from ZIP files, or from assemblies bundled with your application.
Version 6.x is a significant refactoring and is not backwards compatible with version 2.x. (The underlying functionality is the same, but the API is different.) The version 2.x sources are now in the legacy_v2 branch. Important bug fixes will be applied to the 2.x release for some time, but new development is focused on the 6.x release.
Three main considerations drove the refactoring:
XmlResolver.XmlResolver… and not Org.XmlResolver….Where previously you would have instantiated an
Org.Xmlresolver.Resolver and used it as the entity resolver for System.Xml.XmlResolver
you should now instantiate an XmlResolver.XmlResolver. This new object has methods for
performing catalog lookup and resource resolution. It also has a method that
returns the System.Xml.XmlResolver resolver API:
XmlResolver.XmlResolver.getXmlResolver()
Behind the scenes, the API has been reworked so that most operations
consist of constructing a request for some resource, asking the XmlResolver to either
(just) look it up in the catalog or resolve it, and returning a response.
This release fixes a bug in how assembly catalogs are located, updates
the release to use .NET 8, and replaces the now deprecated WebClient
API with the System.Net.Http URI.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 4 NuGet packages that depend on XmlResolver:
| Package | Downloads |
|---|---|
|
SaxonCS
SaxonCS is a high-performance XSLT 3.0 processor. It conforms with the latest W3C specifications (notably XSLT 3.0, XQuery 3.1, and XPath 3.1). |
|
|
SaxonCS-b6
SaxonCS is a high-performance XSLT 3.0 processor. It conforms with the latest W3C specifications (notably XSLT 3.0, XQuery 3.1, and XPath 3.1). |
|
|
SaxonCS-HE
SaxonCS-HE is a high-performance XPath, XQuery, and XSLT processor. |
|
|
SaxonCS-EE
SaxonCS-EE is a high-performance XPath, XQuery, and XSLT processor. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.23 | 477 | 5/3/2026 |
| 6.0.22 | 156 | 2/20/2026 |
| 6.0.21 | 201 | 1/9/2026 |
| 6.0.20 | 186 | 12/31/2025 |
| 6.0.3 | 496 | 11/18/2024 |
| 6.0.2 | 536 | 2/1/2024 |
| 6.0.0 | 352 | 1/30/2024 |
| 2.1.4 | 43 | 6/17/2026 |
| 2.1.3 | 45 | 6/17/2026 |
| 2.1.2 | 85 | 5/3/2026 |
| 2.1.1 | 40,867 | 11/18/2024 |
| 2.1.0 | 507,553 | 2/2/2023 |
| 2.0.0 | 549 | 1/25/2023 |
| 1.5.1 | 693 | 8/18/2022 |
| 1.5.0 | 638 | 8/10/2022 |
| 1.4.0 | 278,327 | 6/28/2022 |
| 1.3.0 | 38,080 | 2/17/2022 |
| 1.2.0 | 688 | 2/15/2022 |
| 1.1.0 | 689 | 2/11/2022 |
| 1.0.0 | 1,095 | 1/27/2022 |
A catalog-based XML Resolver API for .NET