To the Intermediate Output!
Highlight feature: Transformations in Intermediate Output
SlowCheetah now performs transformations in the intermediate output directory (most commonly, <ProjectDirectory>/bin/
). The transformed files are then inserted into the corresponding MSBuild property groups for use during the rest of the build process. For more information, check the SlowCheetah docs.
This change reflects a difference in behavior as SlowCheetah no longers overrides the CopyToOutputDirectory
property on files. If that property is not set to copy the file, the transformed file will only be present in the intermediate directory.
Changes
- Small performance improvements in the VSIX commands
- NuGet package marked as development-only dependency
- Support for
dotnet build
on Windows - VSIX now allows for previewing transforms not associated with build configurations.
- VSIX and NuGet package now consistently recognize web projects