mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

Issue with '#' in startupDirectory name #19

Open EDais opened 10 years ago

EDais commented 10 years ago

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