mono/mono-addins

Issue with '#' in startupDirectory name

EDais opened this issue · 0 comments

If the startup directory has a '#' symbol in (i.e: "C:\Foo\C#\App"), the plugin scanning fails due to the use of the System.Uri class in Mono.Addins.AddinEngine to process paths - Anything after the '#' is interpreted as URL parameters.
Platform: Win7, x64, .NET 4.0