Transformations for XML files (such as app.config) and JSON files.
Includes two primary components:
- NuGet package that adds an msbuild task to perform transforms on build.
- Visual Studio extension for generating and previewing transforms.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
- Visual Studio 2022: SlowCheetah VS 2022 Extension (version 4.x)
- Visual Studio 2015-2019: SlowCheetah VS 2015-2019 Extension (version 3.x)
SlowCheetah supports transformations for XML files, specified by XDT and for JSON files, specified by JDT. Transform files created by the extension follow these formats.
Perform transformations of XML and JSON files on build per configuration and publish profiles.
Quickly add and preview transformations to a file in the project.