Forum member
johnpreed
2 posts
Posts by johnpreed
-
Project Build Failure with T4 template with partial class and interface
I think the problem is with msbuild and text transformation.. or at least the way i'm doing this. When I look at my workspace, my partial class has the correct namespace, but the autogenerated code from the template is the root namespace of the assembly. In my code samples above i fudged my actua…
22 Apr 2014 21:47 UTC
-
Project Build Failure with T4 template with partial class and interface
I'm running NCrunch 2.5.0.12. In my C# project, I added a Runtime Template. The runtime template generates a partial class. To customize this class, I added another file that further defines the partial and implements an interface. one of the methods of the interface is the TransformText() metho…
17 Apr 2014 21:03 UTC