XmlResolver 1.4.0
.NET 5.0
Install-Package XmlResolver -Version 1.4.0
dotnet add package XmlResolver --version 1.4.0
<PackageReference Include="XmlResolver" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XmlResolver --version 1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XmlResolver, 1.4.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install XmlResolver as a Cake Addin
#addin nuget:?package=XmlResolver&version=1.4.0
// Install XmlResolver as a Cake Tool
#tool nuget:?package=XmlResolver&version=1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The xmlresolver project provides an implementation of the System.Xml.XmlResolver. It uses the OASIS XML Catalogs V1.1 Standard to provide a mapping from external identifiers and URIs to local resources.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.0.0)
- Microsoft.Extensions.Configuration.Xml (>= 5.0.0)
- NLog (>= 4.7.10)
- NuGet.Frameworks (>= 5.10.0)
- System.IO.Packaging (>= 5.0.0)
NuGet packages (1)
Showing the top 1 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). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 0 | 6/28/2022 |
1.3.0 | 2,307 | 2/17/2022 |
1.2.0 | 74 | 2/15/2022 |
1.1.0 | 67 | 2/11/2022 |
1.0.0 | 234 | 1/27/2022 |
0.7.0 | 79 | 1/25/2022 |
0.6.1 | 79 | 1/21/2022 |
0.6.0 | 77 | 1/20/2022 |
0.5.5 | 85 | 1/12/2022 |
0.5.3 | 98 | 12/21/2021 |
0.5.2 | 101 | 12/17/2021 |
0.5.1 | 107 | 12/16/2021 |
0.5.0 | 123 | 12/9/2021 |
0.4.1 | 110 | 12/8/2021 |
0.4.0 | 107 | 12/6/2021 |
0.3.0 | 706 | 12/3/2021 |
0.2.1 | 97 | 12/2/2021 |
0.2.0 | 94 | 12/2/2021 |
0.1.0 | 135 | 9/1/2021 |
0.0.6 | 118 | 9/1/2021 |
0.0.5 | 127 | 8/31/2021 |
0.0.4 | 126 | 8/28/2021 |
0.0.3 | 120 | 8/26/2021 |
0.0.2 | 149 | 8/26/2021 |
0.0.1 | 130 | 8/13/2021 |
A catalog-based XML Resolver API for .NET