26 packages tagged with “XDT”
Microsoft Xml Document Transformation (XDT) enables transformig XML files. This is the same technology used to transform web.config files for Visual Studio web projects.
Allows for configuration based XML and JSON transformations at build time.
Allows for configuration based XML transformations at build time.
XDT (XML Document Transform) publish tool for .NET Core CLI. Contains the dotnet-transform-xdt command for transforming XML files at publishing time.
XDT (XML Document Transform) tool for .NET Core.
.NET Standard 2.0 library for XDT (XML Document Transform).
This package contains extensions for XDT (XML Document Transforms). Included here is an MSBuild task as well as other extensions.
This package enables you to transform your app.config or any other XML file based on the build configuration. It also adds additional tooling to help you create XML transforms.. Written by: Sayed Ibrahim Hashimi, Chuck England and Bill Hiebert
Cake Addin for performing XDT based config file transforms.
XDT transformation tool
Simple application which allows to transform one XML file into another using XDT transformations
Copies all "App.*.config" transform files as a series of corresponding of "{AssemblyName}.*.config" files to the build output directory regardless of the chosen build configuration.
Unofficial modified version of Microsoft.Web.Xdt supporting namespace prefixes in SetAttributes and RemoveAttributes transforms. Built from a fork of XDT on Codeplex (see project url).
Utilizes the Delegate.XrmDefinitelyTyped output to add additional typings.
A plugin for Cake for environment-based configuration transformations
ConfigTransformer can be used for applying custom config transformations (https://msdn.microsoft.com/en-us/library/vstudio/dd465326(v=vs.100).aspx) on an xml file passing the transformation file and optionally the output file
Fork of SlowCheetah with additional per-user (and configuration) transformations. For per-user transform, name your transform-file like {file}.{configuration}.{username}.{extension}. For example: App.Debug.urbanhusky.config. Per-user transformations are applied after per-configuration transformations (i.e. "App.Debug.config" is applied before "App.Debug.urbanhusky.config"). You can use this NuGet package to install the SlowCheetah MSBuild targets/tasks into your solution. This can be useful for command line build scenarios as well as cases where not all your team members have installed the SlowCheetah add in. To enable transform, you must either install the SlowCheetah Visual Studio extension (there are two versions: a preview for VS 2015 and one for older versions) and enable the transformation on the desired configuration file, or you'll have to define <TransformOnBuild>true</TransformOnBuild> in the project file for the desired file, such as: <ItemGroup> <None Include="App.config"> <TransformOnBuild>true</TransformOnBuild> </None> </ItemGroup>
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.
Xdt.Config.Transform will add config transforms for exe and dll project types that tranform each and every transform file when built. These files can then be used to replace the default app.config with the environment specific version app.config during the release cycle.
A Photon plugin for modifying and transforming VS App/Web config files.
Xdt.Config.Transform.Web will add config transforms for web project types that tranform each and every transform file when built. These files can then be used to replace the default web.config with the environment specific webb.config version during the release cycle.
XdtExtensions lib adds new transform operations for XDT (Xml Document Transform)
Author: Sachin Mehndiratta
StructuredData.Transform implementation for xml using xdt (e.g. code version of csproj TransformXml task)
A bootstrapper for NuGet packages
Library for json-, package- and xml-transformation.