<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>t4toolbox Work Item Rss Feed</title><link>http://www.codeplex.com/t4toolbox/WorkItem/List.aspx</link><description>t4toolbox Work Item Rss Description</description><item><title>Reopened Issue: LinqToSqlPrimaryKeyTemplate generates clustered primary key for UNIQUEIDENTIFIER columns. [13876]</title><link>http://t4toolbox.codeplex.com/workitem/13876</link><description>Clustered UNIQUEIDENTIFIER columns result in severe performance problems due to excessive page splitting. Should it generate a non-clustered key only for UNIQUEIDENTIFIER columns&amp;#63; Or, should it be an option&amp;#63;&lt;br /&gt;</description><author>OlegSych</author><pubDate>Fri, 14 Jun 2013 07:30:14 GMT</pubDate><guid isPermaLink="false">Reopened Issue: LinqToSqlPrimaryKeyTemplate generates clustered primary key for UNIQUEIDENTIFIER columns. [13876] 20130614073014A</guid></item><item><title>Reopened Issue: Error in DteProcessor.FindProjectItemCollection - incorrect ProjectItems instance returned for files in subfolders [17240]</title><link>http://t4toolbox.codeplex.com/workitem/17240</link><description>When generating an output file with setting Template.Output.File to some subdirectory, the DteProcessor.FindProjectItemCollection returns a ProjectItems instance pointing to the root directory of the project, not to the target subfolder. Then UpdateOutputFiles methods acts like the target file has been moved within the project structure. &amp;#40; &amp;#34;if &amp;#40;outputItem.Collection &amp;#33;&amp;#61; collection&amp;#41;&amp;#34; condition is then valid&amp;#41;&lt;br /&gt;I solved this issue by commenting out the condition in the FindProjectItemCollection method, that checks, whether the project is a database project. Then the loop on the end of the method is executed for any project kind and the correct ProjectItems collection is returned.&lt;br /&gt;</description><author>OlegSych</author><pubDate>Fri, 14 Jun 2013 07:30:13 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Error in DteProcessor.FindProjectItemCollection - incorrect ProjectItems instance returned for files in subfolders [17240] 20130614073013A</guid></item><item><title>Commented Issue: Multi-file speed suggestion [18919]</title><link>http://t4toolbox.codeplex.com/workitem/18919</link><description>For whatever reason, generating a file from a template is a very slow process.  I don&amp;#39;t know if this is normal or not, but it seems like it is.  Here&amp;#39;s what I&amp;#39;m assuming about T4 Toolbox and how I suggest to improve the speed&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;I&amp;#39;m assuming that the way T4 Toolbox is effectively re-adding the file to the project each time it is generated.  I think Visual Studio then does whatever it does when a file is added.  If this is normally not a slow process then perhaps the slowness is caused by Resharper re-parsing the file or by Visual Studio parsing the XAML or perhaps by one of my add ins.&lt;br /&gt;&amp;#160;&lt;br /&gt;At any rate, I noticed that the Entity Framework template library that is available in Visual Studio 2010 &amp;#42;isn&amp;#39;t slow&amp;#42; in the case when the file already exists &amp;#40;i.e. after it builds the first time&amp;#41;.  I looked through this library, and discovered that the reason for this is because it actually compares the contents that it is about to write to a file with the contents that are already there.  If they are the same then it leaves the original file alone.&lt;br /&gt;&amp;#160;&lt;br /&gt;Apparently the process of generating the file into memory, reading the original file into memory, and then comparing the two strings is faster than adding a file to a project in Visual Studio &amp;#40;at least for me&amp;#41;.  In fact, I&amp;#39;d say at least 10x faster.&lt;br /&gt;&amp;#160;&lt;br /&gt;Could you change T4 Toolbox to work like this, as well&amp;#63;  Waiting for all of my files to generate is becoming very time consuming.&lt;br /&gt;Comments: ** Comment from web user: shamp00 ** &lt;p&gt;I think I'm having the same problem: http://stackoverflow.com/questions/16612533/why-is-there-a-huge-delay-when-my-t4-template-creates-designer-files&lt;/p&gt;</description><author>shamp00</author><pubDate>Mon, 20 May 2013 10:16:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: Multi-file speed suggestion [18919] 20130520101620A</guid></item><item><title>Closed Issue: LinqToSqlPrimaryKeyTemplate generates clustered primary key for UNIQUEIDENTIFIER columns. [13876]</title><link>http://t4toolbox.codeplex.com/workitem/13876</link><description>Clustered UNIQUEIDENTIFIER columns result in severe performance problems due to excessive page splitting. Should it generate a non-clustered key only for UNIQUEIDENTIFIER columns&amp;#63; Or, should it be an option&amp;#63;&lt;br /&gt;</description><author>OlegSych</author><pubDate>Thu, 16 May 2013 11:28:43 GMT</pubDate><guid isPermaLink="false">Closed Issue: LinqToSqlPrimaryKeyTemplate generates clustered primary key for UNIQUEIDENTIFIER columns. [13876] 20130516112843A</guid></item><item><title>Closed Issue: Error in DteProcessor.FindProjectItemCollection - incorrect ProjectItems instance returned for files in subfolders [17240]</title><link>http://t4toolbox.codeplex.com/workitem/17240</link><description>When generating an output file with setting Template.Output.File to some subdirectory, the DteProcessor.FindProjectItemCollection returns a ProjectItems instance pointing to the root directory of the project, not to the target subfolder. Then UpdateOutputFiles methods acts like the target file has been moved within the project structure. &amp;#40; &amp;#34;if &amp;#40;outputItem.Collection &amp;#33;&amp;#61; collection&amp;#41;&amp;#34; condition is then valid&amp;#41;&lt;br /&gt;I solved this issue by commenting out the condition in the FindProjectItemCollection method, that checks, whether the project is a database project. Then the loop on the end of the method is executed for any project kind and the correct ProjectItems collection is returned.&lt;br /&gt;</description><author>OlegSych</author><pubDate>Thu, 16 May 2013 11:28:39 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error in DteProcessor.FindProjectItemCollection - incorrect ProjectItems instance returned for files in subfolders [17240] 20130516112839A</guid></item><item><title>Closed Issue: Syntax Highlighting interferes with Tangible T4 [24094]</title><link>http://t4toolbox.codeplex.com/workitem/24094</link><description>When running the T4Toolbox Extension the syntax highlighting options interfere with Tangible&amp;#39;s highlighting &amp;#40;Turning off the highlighting in options doesn&amp;#39;t restore the Tangible Highlighting&amp;#41;.&lt;br /&gt;&lt;br /&gt;Is there a way to configure the add-in to not perform highlighting for T4 and not interfere with any existing syntax highlighters&amp;#63;&lt;br /&gt;Comments: T4 Toolbox stops syntax highlighting as soon as you click "OK" in the options dialog. I would expect Tangible to take over at that point, or at least after you close and reopen the file. Having to disable and re-enable the extension is a non-ideal workaround. I will take a closer look if this affects a lot of people.</description><author>OlegSych</author><pubDate>Fri, 22 Mar 2013 01:50:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: Syntax Highlighting interferes with Tangible T4 [24094] 20130322015057A</guid></item><item><title>Commented Issue: Syntax Highlighting interferes with Tangible T4 [24094]</title><link>http://t4toolbox.codeplex.com/workitem/24094</link><description>When running the T4Toolbox Extension the syntax highlighting options interfere with Tangible&amp;#39;s highlighting &amp;#40;Turning off the highlighting in options doesn&amp;#39;t restore the Tangible Highlighting&amp;#41;.&lt;br /&gt;&lt;br /&gt;Is there a way to configure the add-in to not perform highlighting for T4 and not interfere with any existing syntax highlighters&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: tankbob ** &lt;p&gt;That's weird, disabling and re-enabling the T4 Toolbox extension seems to have restored the Tangible functionality.&lt;/p&gt;</description><author>tankbob</author><pubDate>Thu, 21 Mar 2013 21:37:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Syntax Highlighting interferes with Tangible T4 [24094] 20130321093738P</guid></item><item><title>Created Issue: Syntax Highlighting interferes with Tangible T4 [24094]</title><link>http://t4toolbox.codeplex.com/workitem/24094</link><description>When running the T4Toolbox Extension the syntax highlighting options interfere with Tangible&amp;#39;s highlighting &amp;#40;Turning off the highlighting in options doesn&amp;#39;t restore the Tangible Highlighting&amp;#41;.&lt;br /&gt;&lt;br /&gt;Is there a way to configure the add-in to not perform highlighting for T4 and not interfere with any existing syntax highlighters&amp;#63;&lt;br /&gt;</description><author>tankbob</author><pubDate>Thu, 21 Mar 2013 21:32:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Syntax Highlighting interferes with Tangible T4 [24094] 20130321093204P</guid></item><item><title>Closed Issue: Can't invoke T4 tt's from VS2012 Addin using latest beta [23880]</title><link>http://t4toolbox.codeplex.com/workitem/23880</link><description>In VS2010 I was able to invoke my T4 tt&amp;#39;s from within a Visual Studio Addin using the following technique&amp;#58;&lt;br /&gt; TextReader tr &amp;#61; new StreamReader&amp;#40;ttFile&amp;#41;&amp;#59; &lt;br /&gt;string content &amp;#61; tr.ReadToEnd&amp;#40;&amp;#41;&amp;#59; &lt;br /&gt;IServiceProvider serviceProvider &amp;#61; new ServiceProvider&amp;#40;&amp;#40;Microsoft.VisualStudio.OLE.Interop.IServiceProvider&amp;#41;m_applicationObject.DTE&amp;#41;&amp;#59;&lt;br /&gt; ITextTemplating tt &amp;#61; serviceProvider.GetService&amp;#40;typeof&amp;#40;STextTemplating&amp;#41;&amp;#41; as ITextTemplating&amp;#59;&lt;br /&gt; tt.ProcessTemplate&amp;#40;ttFile, content, &amp;#40;this as ITextTemplatingCallback&amp;#41;, null&amp;#41;&amp;#59;&lt;br /&gt; &lt;br /&gt;I&amp;#39;ve moved to VS2012 and upgraded to the T4 3.0.8 beta, but calling ProcessTemplate now throws the Exception below. Any ideas&amp;#63; Thanks&lt;br /&gt; &lt;br /&gt;System.InvalidCastException&amp;#58; Unable to cast object of type &amp;#39;TMS.Tools.EntityModelGenerationAddIn.Connect&amp;#39; to type &amp;#39;Microsoft.VisualStudio.TextTemplating.VSHost.TextTemplatingCallback&amp;#39;.&lt;br /&gt; &lt;br /&gt;Server stack trace&amp;#58; &lt;br /&gt;at T4Toolbox.VisualStudio.OutputFileManager.ValidateOutputEncoding&amp;#40;OutputFile output&amp;#41;&lt;br /&gt; at T4Toolbox.VisualStudio.OutputFileManager.Validate&amp;#40;&amp;#41; &lt;br /&gt;at T4Toolbox.VisualStudio.TransformationContextProvider.T4Toolbox.ITransformationContextProvider.UpdateOutputFiles&amp;#40;String inputFile, OutputFile&amp;#91;&amp;#93; outputFiles&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage&amp;#40;IntPtr md, Object&amp;#91;&amp;#93; args, Object server, Object&amp;#91;&amp;#93;&amp;#38;amp&amp;#59; outArgs&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage&amp;#40;IMessage msg&amp;#41;&lt;br /&gt; &lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58; &lt;br /&gt;at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38;amp&amp;#59; msgData, Int32 type&amp;#41;&lt;br /&gt; at T4Toolbox.ITransformationContextProvider.UpdateOutputFiles&amp;#40;String inputFile, OutputFile&amp;#91;&amp;#93; outputFiles&amp;#41;&lt;br /&gt; at T4Toolbox.TransformationContext.Dispose&amp;#40;Boolean disposing&amp;#41; &lt;br /&gt;at T4Toolbox.TransformationContext.Dispose&amp;#40;&amp;#41; &lt;br /&gt;at T4Toolbox.TransformationContext.Cleanup&amp;#40;&amp;#41; &lt;br /&gt;at Microsoft.VisualStudio.TextTemplatingBBC5941AFF35CB607B57D4FBA03DCD978AADFDDA89E562E9DF49429CDF6B7C038A1171C9E0AC04F7C7B0652CFCA988A67A0F06124756B10A734707EBF798AC79.GeneratedTextTransformation.Dispose&amp;#40;Boolean disposing&amp;#41;&lt;br /&gt; at Microsoft.VisualStudio.TextTemplating.TextTransformation.Dispose&amp;#40;&amp;#41; &lt;br /&gt;at Microsoft.VisualStudio.TextTemplating.TransformationRunner.PerformTransformation&amp;#40;&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage&amp;#40;IntPtr md, Object&amp;#91;&amp;#93; args, Object server, Object&amp;#91;&amp;#93;&amp;#38;amp&amp;#59; outArgs&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage&amp;#40;IMessage msg&amp;#41;&lt;br /&gt; &lt;br /&gt;Exception rethrown at &amp;#91;1&amp;#93;&amp;#58; &lt;br /&gt;at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38;amp&amp;#59; msgData, Int32 type&amp;#41;&lt;br /&gt; at Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun.PerformTransformation&amp;#40;&amp;#41;&lt;br /&gt; at Microsoft.VisualStudio.TextTemplating.Engine.ProcessTemplateImplementation&amp;#40;TemplateProcessingSession session, String content, ITextTemplatingEngineHost host, String className, String classNamespace&amp;#41;&lt;br /&gt;Comments: Resolved in build 11.2.0.0</description><author>OlegSych</author><pubDate>Wed, 06 Feb 2013 01:56:35 GMT</pubDate><guid isPermaLink="false">Closed Issue: Can't invoke T4 tt's from VS2012 Addin using latest beta [23880] 20130206015635A</guid></item><item><title>Created Issue: Can't invoke T4 tt's from VS2012 Addin using 3.0.8 [23880]</title><link>http://t4toolbox.codeplex.com/workitem/23880</link><description>In VS2010 I was able to invoke my T4 tt&amp;#39;s from within a Visual Studio Addin using the following technique&amp;#58;&lt;br /&gt; TextReader tr &amp;#61; new StreamReader&amp;#40;ttFile&amp;#41;&amp;#59; &lt;br /&gt;string content &amp;#61; tr.ReadToEnd&amp;#40;&amp;#41;&amp;#59; &lt;br /&gt;IServiceProvider serviceProvider &amp;#61; new ServiceProvider&amp;#40;&amp;#40;Microsoft.VisualStudio.OLE.Interop.IServiceProvider&amp;#41;m_applicationObject.DTE&amp;#41;&amp;#59;&lt;br /&gt; ITextTemplating tt &amp;#61; serviceProvider.GetService&amp;#40;typeof&amp;#40;STextTemplating&amp;#41;&amp;#41; as ITextTemplating&amp;#59;&lt;br /&gt; tt.ProcessTemplate&amp;#40;ttFile, content, &amp;#40;this as ITextTemplatingCallback&amp;#41;, null&amp;#41;&amp;#59;&lt;br /&gt; &lt;br /&gt;I&amp;#39;ve moved to VS2012 and upgraded to the T4 3.0.8 beta, but calling ProcessTemplate now throws the Exception below. Any ideas&amp;#63; Thanks&lt;br /&gt; &lt;br /&gt;System.InvalidCastException&amp;#58; Unable to cast object of type &amp;#39;TMS.Tools.EntityModelGenerationAddIn.Connect&amp;#39; to type &amp;#39;Microsoft.VisualStudio.TextTemplating.VSHost.TextTemplatingCallback&amp;#39;.&lt;br /&gt; &lt;br /&gt;Server stack trace&amp;#58; &lt;br /&gt;at T4Toolbox.VisualStudio.OutputFileManager.ValidateOutputEncoding&amp;#40;OutputFile output&amp;#41;&lt;br /&gt; at T4Toolbox.VisualStudio.OutputFileManager.Validate&amp;#40;&amp;#41; &lt;br /&gt;at T4Toolbox.VisualStudio.TransformationContextProvider.T4Toolbox.ITransformationContextProvider.UpdateOutputFiles&amp;#40;String inputFile, OutputFile&amp;#91;&amp;#93; outputFiles&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage&amp;#40;IntPtr md, Object&amp;#91;&amp;#93; args, Object server, Object&amp;#91;&amp;#93;&amp;#38;amp&amp;#59; outArgs&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage&amp;#40;IMessage msg&amp;#41;&lt;br /&gt; &lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58; &lt;br /&gt;at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38;amp&amp;#59; msgData, Int32 type&amp;#41;&lt;br /&gt; at T4Toolbox.ITransformationContextProvider.UpdateOutputFiles&amp;#40;String inputFile, OutputFile&amp;#91;&amp;#93; outputFiles&amp;#41;&lt;br /&gt; at T4Toolbox.TransformationContext.Dispose&amp;#40;Boolean disposing&amp;#41; &lt;br /&gt;at T4Toolbox.TransformationContext.Dispose&amp;#40;&amp;#41; &lt;br /&gt;at T4Toolbox.TransformationContext.Cleanup&amp;#40;&amp;#41; &lt;br /&gt;at Microsoft.VisualStudio.TextTemplatingBBC5941AFF35CB607B57D4FBA03DCD978AADFDDA89E562E9DF49429CDF6B7C038A1171C9E0AC04F7C7B0652CFCA988A67A0F06124756B10A734707EBF798AC79.GeneratedTextTransformation.Dispose&amp;#40;Boolean disposing&amp;#41;&lt;br /&gt; at Microsoft.VisualStudio.TextTemplating.TextTransformation.Dispose&amp;#40;&amp;#41; &lt;br /&gt;at Microsoft.VisualStudio.TextTemplating.TransformationRunner.PerformTransformation&amp;#40;&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage&amp;#40;IntPtr md, Object&amp;#91;&amp;#93; args, Object server, Object&amp;#91;&amp;#93;&amp;#38;amp&amp;#59; outArgs&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage&amp;#40;IMessage msg&amp;#41;&lt;br /&gt; &lt;br /&gt;Exception rethrown at &amp;#91;1&amp;#93;&amp;#58; &lt;br /&gt;at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt; at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38;amp&amp;#59; msgData, Int32 type&amp;#41;&lt;br /&gt; at Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun.PerformTransformation&amp;#40;&amp;#41;&lt;br /&gt; at Microsoft.VisualStudio.TextTemplating.Engine.ProcessTemplateImplementation&amp;#40;TemplateProcessingSession session, String content, ITextTemplatingEngineHost host, String className, String classNamespace&amp;#41;&lt;br /&gt;</description><author>LightningStrikes</author><pubDate>Tue, 05 Feb 2013 17:03:22 GMT</pubDate><guid isPermaLink="false">Created Issue: Can't invoke T4 tt's from VS2012 Addin using 3.0.8 [23880] 20130205050322P</guid></item><item><title>Commented Issue: T4 with VS2012 fails when debugging a template [23807]</title><link>http://t4toolbox.codeplex.com/workitem/23807</link><description>With VS2012 when I try to debug a T4 template using the Debug T4 Template command from Solution Explorer then the toolbox throws a NullReferenceException when it tries to eval DefaultNamespace.  Up to that point I can step through my template logic.  I tried this by creating a brand new script &amp;#40;the one that get installed with the toolbox&amp;#41;.  If I just run the T4 tool directly &amp;#40;without debugging&amp;#41; then it works.  The debugging approach discussed on the site about starting a second VS instance is outdated and seems like overkill since VS supports it directly now.&lt;br /&gt;Comments: ** Comment from web user: OlegSych ** &lt;p&gt;Working link to the Connect bug:&lt;/p&gt;&lt;p&gt;https://connect.microsoft.com/VisualStudio/feedback/details/777202/itexttemplatingcomponents-hierarchy-is-null-when-debugging-a-t4-template&lt;/p&gt;</description><author>OlegSych</author><pubDate>Wed, 23 Jan 2013 02:21:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: T4 with VS2012 fails when debugging a template [23807] 20130123022131A</guid></item><item><title>Closed Issue: T4 with VS2012 fails when debugging a template [23807]</title><link>http://t4toolbox.codeplex.com/workitem/23807</link><description>With VS2012 when I try to debug a T4 template using the Debug T4 Template command from Solution Explorer then the toolbox throws a NullReferenceException when it tries to eval DefaultNamespace.  Up to that point I can step through my template logic.  I tried this by creating a brand new script &amp;#40;the one that get installed with the toolbox&amp;#41;.  If I just run the T4 tool directly &amp;#40;without debugging&amp;#41; then it works.  The debugging approach discussed on the site about starting a second VS instance is outdated and seems like overkill since VS supports it directly now.&lt;br /&gt;Comments: Unfortunately, this is a problem in the implementation of "Debug T4 Template" in Visual Studio 2012. I have submitted it at https://connect.microsoft.com/VisualStudio/feedback/details/777202/itexttemplatingcomponents-hierarchy-is-null-when-debugging-a-t4-template. Please vote on it to improve its chances of being fixed.</description><author>OlegSych</author><pubDate>Wed, 23 Jan 2013 02:20:10 GMT</pubDate><guid isPermaLink="false">Closed Issue: T4 with VS2012 fails when debugging a template [23807] 20130123022010A</guid></item><item><title>Created Issue: T4 with VS2012 fails when debugging a template [23807]</title><link>http://t4toolbox.codeplex.com/workitem/23807</link><description>With VS2012 when I try to debug a T4 template using the Debug T4 Template command from Solution Explorer then the toolbox throws a NullReferenceException when it tries to eval DefaultNamespace.  Up to that point I can step through my template logic.  I tried this by creating a brand new script &amp;#40;the one that get installed with the toolbox&amp;#41;.  If I just run the T4 tool directly &amp;#40;without debugging&amp;#41; then it works.  The debugging approach discussed on the site about starting a second VS instance is outdated and seems like overkill since VS supports it directly now.&lt;br /&gt;</description><author>CoolDadTx</author><pubDate>Mon, 21 Jan 2013 22:02:16 GMT</pubDate><guid isPermaLink="false">Created Issue: T4 with VS2012 fails when debugging a template [23807] 20130121100216P</guid></item><item><title>Closed Issue: Skip DteProcessor.UpdateFiles when generating outside current project [22469]</title><link>http://t4toolbox.codeplex.com/workitem/22469</link><description>&amp;#60;p&amp;#62;I created a project just to host a bunch of T4Toolbox templates, but instead of generating files inside the project, I wanted to generate a complete solution outside current one. The problem with this is that everytime a T4Toolbox templates is disposed, it tries to include the generated file on current project. &amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;The OutputInfo class could include a property to indicate that its output should not be included in current project.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: &lt;p&gt;Set Output.PreserveExistingFile&amp;#61;true&lt;/p&gt;</description><author>OlegSych</author><pubDate>Sat, 29 Dec 2012 06:27:56 GMT</pubDate><guid isPermaLink="false">Closed Issue: Skip DteProcessor.UpdateFiles when generating outside current project [22469] 20121229062756A</guid></item><item><title>Closed Issue: i got problem in .net4.5 by t4 [23687]</title><link>http://t4toolbox.codeplex.com/workitem/23687</link><description>is the version of  t4 compatible by .net framwork 4.5&lt;br /&gt;Comments: &lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;www.olegsych.com&amp;#47;2012&amp;#47;12&amp;#47;t4-toolbox-for-visual-studio-2012&amp;#47;&lt;/p&gt;</description><author>OlegSych</author><pubDate>Sat, 29 Dec 2012 06:26:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: i got problem in .net4.5 by t4 [23687] 20121229062658A</guid></item><item><title>Closed Issue: VS2012 Support [23111]</title><link>http://t4toolbox.codeplex.com/workitem/23111</link><description>&amp;#60;p&amp;#62;Please create support for using VS2012.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>OlegSych</author><pubDate>Sat, 29 Dec 2012 06:26:25 GMT</pubDate><guid isPermaLink="false">Closed Issue: VS2012 Support [23111] 20121229062625A</guid></item><item><title>Commented Issue: VS2012 Support [23111]</title><link>http://t4toolbox.codeplex.com/workitem/23111</link><description>&amp;#60;p&amp;#62;Please create support for using VS2012.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: OlegSych ** &lt;p&gt;http://www.olegsych.com/2012/12/t4-toolbox-for-visual-studio-2012/&lt;/p&gt;</description><author>OlegSych</author><pubDate>Sat, 29 Dec 2012 06:26:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: VS2012 Support [23111] 20121229062615A</guid></item><item><title>Created Issue: i got problem in .net4.5 by t4 [23687]</title><link>http://t4toolbox.codeplex.com/workitem/23687</link><description>i have a question. it&amp;#39;s said that t4 toolbox is not compatible to .net framework 4.5 yet, and based on this claim the developer in my company doesn&amp;#39;t  want to upgrade the project to .net 4.5. i want to know that if it&amp;#39;s true or not and if yes what we should do to solve the problem.&lt;br /&gt;</description><author>zeinab</author><pubDate>Thu, 06 Dec 2012 20:10:42 GMT</pubDate><guid isPermaLink="false">Created Issue: i got problem in .net4.5 by t4 [23687] 20121206081042P</guid></item><item><title>Commented Issue: VS2012 Support [23111]</title><link>http://t4toolbox.codeplex.com/workitem/23111</link><description>&amp;#60;p&amp;#62;Please create support for using VS2012.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: jhurder ** &lt;p&gt;Hi Softlion - where in the Discussions is the new installer?&lt;/p&gt;</description><author>jhurder</author><pubDate>Tue, 16 Oct 2012 00:35:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: VS2012 Support [23111] 20121016123558A</guid></item><item><title>Commented Issue: VS2012 Support [23111]</title><link>http://t4toolbox.codeplex.com/workitem/23111</link><description>&amp;#60;p&amp;#62;Please create support for using VS2012.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: softlion ** &lt;p&gt;In the *discussion* section&lt;/p&gt;</description><author>softlion</author><pubDate>Mon, 15 Oct 2012 22:24:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: VS2012 Support [23111] 20121015102424P</guid></item></channel></rss>