Skip to content
T4 .NET 6+ Survey
Thank you for taking the time to fill out our survey on the latest T4 release! This will help us prioritize upcoming feature work and identify ways to improve T4 for the coming releases.
1.
How important is it for you to have the ability to specify different runtimes for template files within the same project?
Extremely important
Very important
Somewhat important
Not so important
I don't need to specify different runtimes
2.
If important, which runtimes do you need to specify for different template files in your project?
My project is .NET 6+, but the templates need to invoke code built in .NET Framework
My project is .NET Framework, but the templates need to invoke code built in .NET 6+
My project is multi-targeting .NET Framework and .NET 6+
Other (please specify)
3.
Which option would you prefer if you had to specify the runtime for your template files?
In the project file for each template
In the template itself using an attribute
Other (please specify)
4.
How important is it for you to have the ability to invoke Visual Studio APIs from template files?
Extremely important
Very important
Somewhat important
Not so important
Not at all important
5.
If applicable, please describe how your templates invoke Visual Studio APIs.