icsharpcode / AvaloniaILSpy

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

Fix assembly path argument for Linux platforms. #130

Open devel0 opened 1 year ago

devel0 commented 1 year ago

This PR fixes loading of assembly by startup arguments when using absolute paths on linux platform that uses '/' as root path. Relative paths still not working because of this that changes cwd.