Found 2 packages
A tool for comparing two .config files and generating an XDT transform (Microsoft XML Document Transform). Useful for creating transforms for existing production web.config or app.config files. Can also be used for unordered XML comparison, as an alternative to Microsoft's XML Diff tool.
Convert WCF Webservices Diffgram XML result into Datasets. In the recent past, software engineers used to send datasets and datatables throught SOAP Webservices. Althought this is considered a bad practice nowadays, we need to deal with legacy WCF Webservices wich retrieves Datasets and Datatables in XML Format. In .Net Core, there isn't an easy way to transform a XML Dataset back to a DataSet object. This package is the most easy way and intend to eliminate headaches while working with a legacy WCF Webservices that returns DataSets in XML format.