icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.52k stars 171 forks source link

Cannot open assembly with space in path (MacOS) #11

Closed ghost closed 5 years ago

ghost commented 5 years ago

On MacOS: When attempting to open an assembly that contains a space character anywhere in its file path, the application throws a FileNotFoundException

System.IO.FileNotFoundException: Assembly file not found

Note that the path shown in ILSpy contains space characters escaped as "%20", that could be the reason.

Once the same assembly is moved to a path without spaces it loads correctly.