I am writing a T4 script which reflects over certain classes and provides code generation based on them. The problem is that my script errors out, saying that the classes in my
For some reason I couldn't get @brian solution working. I ending up doing this In my case T4Generators was my seperate project in the same solution.
<#@ assembly name="$(SolutionDir)\T4Generators\bin\Debug\T4Generators.dll" #> <#@ import Namespace="T4Generators" #>