<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>CodeRunner Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=CodeRunner</link><description>CodeRunner Work Item Rss Description</description><item><title>Created Issue: Add support for .NET 4.0 to CSR [28104]</title><link>http://coderunner.codeplex.com/workitem/28104</link><description>I did this on my local copy of Code Runner .NET. It involved upgrading the entire solution to Visual Studio 2010 and switching the target framework over to 4.0. After that, CSR was able to compile scripts dependent on 4.0 features.&lt;br /&gt;&lt;br /&gt;There are probably other things that need to be updated &amp;#40;Setup&amp;#63;&amp;#41;, but this worked for my purposes.&lt;br /&gt;</description><author>jvstein</author><pubDate>Thu, 15 Jul 2010 17:23:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Add support for .NET 4.0 to CSR [28104] 20100715052314P</guid></item><item><title>Commented Issue: Use relative paths in rsp file when possible [28103]</title><link>http://coderunner.codeplex.com/workitem/28103</link><description>It&amp;#39;s better to use relative paths in the rsp file. That way you can put a CSR script &amp;#40;with it&amp;#39;s RSP file&amp;#41; in SVN, it can reference another project in the same SVN repo and you don&amp;#39;t have to worry that everyone check out the repository to the same location or drive.&lt;br /&gt;Comments: ** Comment from web user: jvstein ** &lt;p&gt;Added patch 6343 with these changes.&lt;/p&gt;</description><author>jvstein</author><pubDate>Thu, 15 Jul 2010 16:59:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Use relative paths in rsp file when possible [28103] 20100715045915P</guid></item><item><title>Created Issue: Use relative paths in rsp file when possible [28103]</title><link>http://coderunner.codeplex.com/workitem/28103</link><description>It&amp;#39;s better to use relative paths in the rsp file. That way you can put a CSR script &amp;#40;with it&amp;#39;s RSP file&amp;#41; in SVN, it can reference another project in the same SVN repo and you don&amp;#39;t have to worry that everyone check out the repository to the same location or drive.&lt;br /&gt;</description><author>jvstein</author><pubDate>Thu, 15 Jul 2010 16:57:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Use relative paths in rsp file when possible [28103] 20100715045700P</guid></item><item><title>Commented Issue: Support Visual Studio 2010 [26911]</title><link>http://coderunner.codeplex.com/workitem/26911</link><description>The attached patch adds support for Visual Studio 2010 solution files.&lt;br /&gt;&lt;br /&gt;--Jeff&lt;br /&gt;Comments: ** Comment from web user: zespri ** &lt;p&gt;Thanks a lot&amp;#33;&lt;/p&gt;</description><author>zespri</author><pubDate>Thu, 15 Jul 2010 11:32:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Support Visual Studio 2010 [26911] 20100715113254A</guid></item><item><title>Created Issue: Support Visual Studio 2010 [26911]</title><link>http://coderunner.codeplex.com/WorkItem/View.aspx?WorkItemId=26911</link><description>The attached patch adds support for Visual Studio 2010 solution files.&lt;br /&gt;&lt;br /&gt;--Jeff&lt;br /&gt;</description><author>jvstein</author><pubDate>Wed, 28 Apr 2010 18:19:08 GMT</pubDate><guid isPermaLink="false">Created Issue: Support Visual Studio 2010 [26911] 20100428061908P</guid></item><item><title>Created Issue: scaffold.exe create not UTF8 enocde file</title><link>http://coderunner.codeplex.com/WorkItem/View.aspx?WorkItemId=22021</link><description>scaffold.cs &amp;#58; CreateFile function &lt;br /&gt;&lt;br /&gt;using &amp;#40;StreamWriter sw &amp;#61; new StreamWriter&amp;#40;fileName, false, System.Text.Encoding.ASCII&amp;#41;&amp;#41;&lt;br /&gt;            &amp;#123;&lt;br /&gt;                sw.Write&amp;#40;content&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;please fix this encoding ASCII to UTF8&lt;br /&gt;</description><author>k_kazu</author><pubDate>Sun, 12 Apr 2009 15:53:11 GMT</pubDate><guid isPermaLink="false">Created Issue: scaffold.exe create not UTF8 enocde file 20090412035311P</guid></item><item><title>Commented Issue: Scaffold doesn't work with VCS Express</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=17292</link><description>I have Visual C&amp;#35; 2008 Express Edition installed, and scaffold gives &amp;#34;error&amp;#58; A supported version of Visual Studio is not installed&amp;#34;.&lt;br /&gt;Comments: ** Comment from web user: k_kazu ** &lt;p&gt;please change Microsoft.Tools.CodeRunner&amp;#47;scaffold.cs file GetVisualStudioInfo&amp;#40;&amp;#41; function &amp;#40; line 249 &amp;#41;&lt;/p&gt;&lt;p&gt;private VisualStudioInfo GetVisualStudioInfo&amp;#40;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#9;string exeName &amp;#61; null&amp;#59;&lt;br /&gt;&amp;#9;string&amp;#91;&amp;#93; vsRegistryRoots &amp;#61; &lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#64;&amp;#34;SOFTWARE&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#34;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#64;&amp;#34;SOFTWARE&amp;#92;Wow6432Node&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#34;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#64;&amp;#34;SOFTWARE&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0&amp;#34;,&lt;br /&gt;&amp;#9;&amp;#9;&amp;#64;&amp;#34;SOFTWARE&amp;#92;Wow6432Node&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0&amp;#34;,&lt;br /&gt;        &amp;#64;&amp;#34;SOFTWARE&amp;#92;Microsoft&amp;#92;VCSExpress&amp;#92;9.0&amp;#34;,&lt;br /&gt;        &amp;#64;&amp;#34;SOFTWARE&amp;#92;Microsoft&amp;#92;VCSExpress&amp;#92;8.0&amp;#34;,&lt;br /&gt;&amp;#9;&amp;#125;&amp;#59;&lt;/p&gt;&lt;p&gt;&amp;#9;RegistryKey rk &amp;#61; null&amp;#59;&lt;br /&gt;&amp;#9;&lt;br /&gt;&amp;#9;for &amp;#40;int i &amp;#61; 0&amp;#59; i &amp;#60; vsRegistryRoots.Length&amp;#59; &amp;#43;&amp;#43;i&amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;rk &amp;#61; Registry.LocalMachine.OpenSubKey&amp;#40;vsRegistryRoots&amp;#91;i&amp;#93;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&lt;br /&gt;&amp;#9;&amp;#9;if &amp;#40;rk &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#47;&amp;#47; We have a key, but do we have the Installdir value&amp;#63;  If&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#47;&amp;#47; the actual 32-bit VS registry keys will be under Wow643&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;try&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;object obj &amp;#61; rk.GetValue&amp;#40;&amp;#34;InstallDir&amp;#34;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;obj &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;exeName &amp;#61; obj.ToString&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;string exePath &amp;#61; exeName &amp;#43; &amp;#40;exeName.EndsWith&amp;#40;&amp;#64;&amp;#34;&amp;#92;&amp;#34;&amp;#41;&lt;br /&gt;                    if &amp;#40;System.IO.File.Exists&amp;#40;exePath&amp;#41;&amp;#41;&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        exeName &amp;#61; exePath&amp;#59;&lt;br /&gt;                        break&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                    else&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        exePath &amp;#61; exeName &amp;#43; &amp;#40;exeName.EndsWith&amp;#40;&amp;#64;&amp;#34;&amp;#92;&amp;#34;&amp;#41; &amp;#63; &lt;br /&gt;                        if &amp;#40;System.IO.File.Exists&amp;#40;exePath&amp;#41;&amp;#41;&lt;br /&gt;                        &amp;#123;&lt;br /&gt;                            exeName &amp;#61; exePath&amp;#59;&lt;br /&gt;                            break&amp;#59;&lt;br /&gt;                        &amp;#125;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;break&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;catch &amp;#40;Exception e&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;&amp;#33;&amp;#40;e is SecurityException &amp;#124;&amp;#124;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;e is UnauthorizedAccessException &amp;#124;&amp;#124;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;e is IOException&amp;#41;&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;throw e&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#125;&lt;/p&gt;&lt;p&gt;&amp;#9;if &amp;#40;exeName &amp;#61;&amp;#61; null&amp;#41;&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;Output.Error&amp;#40;ScaffoldResources.VSNotInstalled&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;return null&amp;#59;&lt;br /&gt;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&lt;br /&gt;&amp;#9;return new VisualStudioInfo&amp;#40;exeName&amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;/p&gt;&lt;p&gt;Is it correct&amp;#63;&lt;br /&gt;&lt;/p&gt;</description><author>k_kazu</author><pubDate>Thu, 21 Aug 2008 01:54:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Scaffold doesn't work with VCS Express 20080821015401A</guid></item><item><title>Created Issue: Scaffold doesn't work with VCS Express</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=17292</link><description>I have Visual C&amp;#35; 2008 Express Edition installed, and scaffold gives &amp;#34;error&amp;#58; A supported version of Visual Studio is not installed&amp;#34;.&lt;br /&gt;</description><author>jparker1</author><pubDate>Mon, 07 Jul 2008 22:29:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Scaffold doesn't work with VCS Express 20080707102923P</guid></item><item><title>CLOSED ISSUE: Script that causes compile error does not fail MSBuild</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=14978</link><description>We are not return false from Execute&amp;#40;&amp;#41;.&lt;br /&gt;Comments: Fixed in build 20131.</description><author>jlyonsmith</author><pubDate>Thu, 31 Jan 2008 21:36:02 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Script that causes compile error does not fail MSBuild 20080131093602P</guid></item><item><title>CREATED ISSUE: Script that causes compile error does not fail MSBuild</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=14978</link><description>We are not return false from Execute&amp;#40;&amp;#41;.&lt;br /&gt;</description><author>jlyonsmith</author><pubDate>Thu, 31 Jan 2008 21:27:34 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Script that causes compile error does not fail MSBuild 20080131092734P</guid></item><item><title>CLOSED ISSUE: C# language features not supported</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=14977</link><description>If you try and use extension methods, for example, you get compilation errors.&lt;br /&gt;Comments: Fixed in build 20131</description><author>jlyonsmith</author><pubDate>Thu, 31 Jan 2008 21:26:40 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: C# language features not supported 20080131092640P</guid></item><item><title>CREATED ISSUE: C# language features not supported</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=14977</link><description>If you try and use extension methods, for example, you get compilation errors.&lt;br /&gt;</description><author>jlyonsmith</author><pubDate>Thu, 31 Jan 2008 21:26:22 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: C# language features not supported 20080131092622P</guid></item><item><title>CLOSED ISSUE: Stop Scaffold projects from ending up on VS MRU list</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=14788</link><description>Scaffold projects should not end up on the MRU &amp;#40;Recent Projects&amp;#41; list because they are gone once the VS session ends.  Need to remove the entry added under HKEY_CURRENT_USER&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;ProjectMRUList after VS closes.  The entries must be in order, so we must be careful to renumber them if necessary.&lt;br /&gt;Comments: This is fixed in the next drop of 2.0.</description><author>jlyonsmith</author><pubDate>Sun, 27 Jan 2008 21:02:14 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Stop Scaffold projects from ending up on VS MRU list 20080127090214P</guid></item><item><title>CLOSED ISSUE: Upload .zip containing useful scripts</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=4132</link><description>This would really help people figure out how to use the tool.&lt;br /&gt;Comments: I'm creating wiki pages with useful scripts attached to them.</description><author>jlyonsmith</author><pubDate>Sun, 27 Jan 2008 07:33:32 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Upload .zip containing useful scripts 20080127073332A</guid></item><item><title>CREATED ISSUE: Add "Allow Unsafe Code" to projects if set in .config</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=14907</link><description>&amp;#34;Allow unsafe code&amp;#34; should be set in the generated project if it is set in the .config file for csr.exe.config.  This means scaffold has to read csr&amp;#39;s .config file&amp;#33;&lt;br /&gt;</description><author>jlyonsmith</author><pubDate>Thu, 24 Jan 2008 18:22:52 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Add "Allow Unsafe Code" to projects if set in .config 20080124062252P</guid></item><item><title>CREATED ISSUE: Stop Scaffold projects from ending up on VS MRU list</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=14788</link><description>Scaffold projects should not end up on the MRU &amp;#40;Recent Projects&amp;#41; list because they are gone once the VS session ends.  Need to remove the entry added under HKEY_CURRENT_USER&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;ProjectMRUList after VS closes.  The entries must be in order, so we must be careful to renumber them if necessary.&lt;br /&gt;</description><author>jlyonsmith</author><pubDate>Thu, 17 Jan 2008 18:08:33 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Stop Scaffold projects from ending up on VS MRU list 20080117060833P</guid></item><item><title>CLOSED TASK: See if we can get code coverage to 70%</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=3750</link><description>A generally accepted number for reasonable coverage.&lt;br /&gt;Comments: Done.</description><author>jlyonsmith</author><pubDate>Thu, 03 Jan 2008 05:35:37 GMT</pubDate><guid isPermaLink="false">CLOSED TASK: See if we can get code coverage to 70% 20080103053537A</guid></item><item><title>CLOSED FEATURE: Enhancements to FindFileInPaths</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=3149</link><description>Need another FindFileInPaths that takes a string with &amp;#39;&amp;#59;&amp;#39; seps. and searchs it for the specified file.&lt;br /&gt;Comments: Fixed.</description><author>jlyonsmith</author><pubDate>Tue, 01 Jan 2008 02:41:15 GMT</pubDate><guid isPermaLink="false">CLOSED FEATURE: Enhancements to FindFileInPaths 20080101024115A</guid></item><item><title>CLOSED ISSUE: Don't compile debug information if the Debug switch is not set</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=4131</link><description>But what if you switch the debug flag on&amp;#63;  The .config file needs to be checked as one of the files that causes a recompile of cached images.&lt;br /&gt;Comments: Fixed.  If DebugMessages is not specified, no debug info is generated.</description><author>jlyonsmith</author><pubDate>Tue, 25 Dec 2007 07:10:16 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Don't compile debug information if the Debug switch is not set 20071225071016A</guid></item><item><title>CREATED ISSUE: Improve ParsedPath performance</title><link>http://www.codeplex.com/CodeRunner/WorkItem/View.aspx?WorkItemId=14550</link><description>Use a char&amp;#91;&amp;#93; to store the path and extract strings from it using String&amp;#40;char&amp;#91;&amp;#93;, int, int&amp;#41;&lt;br /&gt;</description><author>jlyonsmith</author><pubDate>Tue, 25 Dec 2007 07:08:46 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Improve ParsedPath performance 20071225070846A</guid></item></channel></rss>