XmlSpecificationCompare 1.0.2
dotnet add package XmlSpecificationCompare --version 1.0.2
NuGet\Install-Package XmlSpecificationCompare -Version 1.0.2
<PackageReference Include="XmlSpecificationCompare" Version="1.0.2" />
paket add XmlSpecificationCompare --version 1.0.2
#r "nuget: XmlSpecificationCompare, 1.0.2"
// Install XmlSpecificationCompare as a Cake Addin #addin nuget:?package=XmlSpecificationCompare&version=1.0.2 // Install XmlSpecificationCompare as a Cake Tool #tool nuget:?package=XmlSpecificationCompare&version=1.0.2
A library for loosely comparing XML documents, useful for comparing the XML documents used as messages in various specifications and for configuration files.
Order of siblings, Namespace prefixes, location of Namespace definition (xmlns attribute), etc. are ignored.
This package also contains utility classes for discovering the XPath of supported .Net XObjects and NUnit support.
Standalone code nuget packages are also available, see https://xmlspecificationcompare.codeplex.com/ for documentation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- NUnit (>= 3.4.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated NUnit support to use version 3.4
Functionality remains the same.
If you use NUnit 2.6 choose version 1.0.1 of this package.