London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I don't think you need SlowCheetah at all anymore these days, if you modify your .csproj files like this:
<None Include="Web.integration.config">
<DependentUpon>Web.config</DependentUpon>
<IsTransformFile>True</IsTransformFile>
</None>
Is there a way to have the same 'preview transform' capability offered by the SlowCheetah NuGet package for the DXC transform files in Visual Studio ?
I understand that SlowCheetah enable xslt transformation at build, which is not the way it works in DXC. However the Visual Studio UX tool to debug xslt transform is really helpful and I was wondering if someone had a workaround to make it work.