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 ...
Id #28104 | Release:
None
| Updated: Feb 12 at 11:17 PM by jvstein | Created: Jul 15, 2010 at 5:23 PM by jvstein
It's better to use relative paths in the rsp file. That way you can put a CSR script (with it's RSP file) in SVN, it can reference another project in the same SVN repo and you don't have to worry t...
Id #28103 | Release:
None
| Updated: Feb 12 at 11:17 PM by jvstein | Created: Jul 15, 2010 at 4:57 PM by jvstein
The attached patch adds support for Visual Studio 2010 solution files.
--Jeff
Id #26911 | Release:
None
| Updated: Feb 12 at 11:17 PM by zespri | Created: Apr 28, 2010 at 6:19 PM by jvstein
scaffold.cs : CreateFile function
using (StreamWriter sw = new StreamWriter(fileName, false, System.Text.Encoding.ASCII))
{
sw.Write(content);
}
please fix this en...
Id #22021 | Release:
None
| Updated: Feb 12 at 11:17 PM by k_kazu | Created: Apr 12, 2009 at 3:53 PM by k_kazu
I have Visual C# 2008 Express Edition installed, and scaffold gives "error: A supported version of Visual Studio is not installed".
Id #17292 | Release:
None
| Updated: Feb 12 at 11:17 PM by k_kazu | Created: Jul 7, 2008 at 10:29 PM by jparker1
"Allow unsafe code" 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's .config file!
Id #14907 | Release:
Code Runner .NET 2.0
| Updated: Feb 12 at 11:17 PM by jlyonsmith | Created: Jan 24, 2008 at 5:22 PM by jlyonsmith
Use a char[] to store the path and extract strings from it using String(char[], int, int)
Id #14550 | Release:
None
| Updated: Feb 12 at 11:17 PM by jlyonsmith | Created: Dec 25, 2007 at 6:08 AM by jlyonsmith
When running csr.exe with DebugMessages enabled a UnauthorizedAccessException occurs because the user does not have access to special CommonApplicationData folder. Should use a non-admin directory...
Id #12528 | Release:
None
| Updated: Feb 12 at 11:17 PM by vajrang | Created: Aug 31, 2007 at 2:17 PM by atifaziz
Sometimes you need the path quoted. Might be useful to have XxxQuoted versions of other properties too.
Id #9569 | Release:
None
| Updated: Feb 12 at 11:17 PM by jlyonsmith | Created: Apr 12, 2007 at 4:38 AM by jlyonsmith
This would have static methods to read a list of path specifications from a stream or file. This is used a lot to create inclusion/exclusion list files. It should:
read a list of path/file sp...
Id #6895 | Release:
Code Runner .NET 1.2
| Updated: Feb 12 at 11:18 PM by jlyonsmith | Created: Dec 29, 2006 at 10:21 PM by jlyonsmith