-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not generate Transforms with T4 #101
Comments
I'm not following you, can you give me some specific repro steps with the On Tue, Aug 6, 2013 at 9:59 AM, ImaginaryDevelopment <
|
Sure, Create a desktop app (anything with app.config, mine was windows make a App.Debug.tt set the output extension to .config make the tt spit out a proper config transform there are no transforms/previews available. Click the slow cheetah Add Transforms menu option on the app.config now when you click add transforms it grabs the .tt output, when you save I'm not sure if in either of these cases that the transforms are actually On Wed, Aug 7, 2013 at 2:28 PM, Sayed Ibrahim Hashimi <
|
If I add a App.Debug.tt file then I get no transform preview.
If I make the App.Debug.tt dependent upon App.config then the transform preview fails with an error message.
If I instead set the output to be dependent on App.Config then slow cheetah and T4 fight over who it is dependent upon.
It looks like somewhere in this war both sides called a truce, but that was with a lot of tinkering.
adding a new App.X.tt file replicates the lack of a transform preview.
And it appears to have suddenly started trying to use the T4 file instead of the .config file because
that character doesn't even exist in the app.debug.config
The text was updated successfully, but these errors were encountered: