[Mono-docs-list] new monodocer generics support uses invalid paths on win32
Jonathan Pryor
jonpryor at vt.edu
Thu Oct 19 08:14:50 EDT 2006
On Wed, 2006-10-18 at 12:39 -0400, Nathan Walp wrote:
> On Win32, the < and > characters are invalid in file and directory
> names. Unfortunately, this means that monodocer attemps to look at and
> use invalid file names on windows. In DoUpdateAssembly, when it
> assembles a filename using GetTypeFileName(), it can create names that
> have < and > in them, and when it takes that filename and goes to create
> a System.IO.FileInfo, an ArgumentException is thrown due to the invalid
> path characters.
This should now be fixed in svn-HEAD.
- Jon
More information about the Mono-docs-list
mailing list