I have a reference to Host (IServiceProvider) in one of my T4MVC templates. Of coarse all is well when running this in Studio but I am wondering if anyone has solved this issue for Rider.
There are references to EnvDTE & EnvDTE80 which do not seem to exist when executing the template with Rider. My guess is that they are just leveraging the TextTransform utility which does not appear to have access to the IServiceProvider implementation.
I would love to solve this and make the move entirely to Rider. Any guidance would be greatly appreciated.