Can I use .NET 3.5 assembies in GAT text templates? I'd certainly like to use LINQ, but it appears that this isn't supported.
It's my understanding that thereexist two text templates engines -- one for the DSL Tools, one for GAX. According to the below post, using 3.5 assemblies is possibleusing the DSL tools text templating engine by changing the 'language' attribute in the template directive:
http://forums.msdn.microsoft.com/en-US/vsx/thread/cf66fd91-0b04-49a2-9116-a3e4eaa9b41a/However, when I try to do the abovein GAT, I get thefollowing error:
An invalid language 'C#v3.5' was specified in the 'template' directive. The language must be either "C#" or "VB".
This seems to suggest that, unlike the DSL Text Templating engine, I cannot use .NET 3.5 (and probably 3.0) features. Is there workaround, or are there future plans to support using the latest version of .NET inside text templates? Thanks for your help.