Here's one I found with LateNite:
When you try to rename a project (or change the "Binary Name") to include characters not allowed for file names (ex. : " ; > < ), LateNite will accept this as an acceptable input. However, if you compile, Brass will crash because of this error. Here's the error it displays:
Not sure if this is fixable, but LateNite does detect if you try to use 'incompatable charaters' for the project name.Unhandled Exception: System.NotSupportedException: The given path's format is not supported.
at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.Path.GetFullPath(String path)
at Brass.Program.Main(String[] args)