Code Generation for Sitecore Unicorn
I recently made the switch from TDS to Unicorn (and you should too, it is great). One of the things I was missing was the code generation that TDS provided. I didn’t want to start manually generating constant files for template GUIDs and field names again – so I wrote a small utility based on the Visual Studio T4 templates. Introducing: RainbowCodeGeneration Rainbow is the underlying serialisation provider that Unicorn uses and RainbowCodeGeneration is a (very!) simple utility that reads Rainbow…