campersau
campersau
The information is currently available for individual files if you rightclick and view content on a dll file. 
NuGetPackageExplorer should already preview the icon in the top left corner. E.g. Open NPE => Create new package => Edit metadata => paste icon URL in "Icon" field like `http://simpleicon.com/wp-content/uploads/rocket.png`...
You can download the standalone `PackageExplorer` zip from the releases: https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/releases
Can you please provide the exact steps so we can reproduce the issue?
What about `Uri.TryCreate`?
@dave12311 can you please share your public key `B5FAE25D2D4E6440` so we can try to reproduce it?
By using [`LC_ALL=C`](https://github.com/FredrikNoren/ungit/blob/c15d5f12b74e7cfb44bea8d8c9ae73bc3061591d/source/git-promise.js#L43) (which was introduced in https://github.com/FredrikNoren/ungit/pull/1208) the charset is also reset to ASCII according to https://unix.stackexchange.com/a/87763 which does not support these special characters. > In the C locale,...
It also might be an issue with git, because in commit messages it works fine with `LC_ALL=C`: 
@Hirse here it is: https://github.com/FredrikNoren/ungit/compare/env_language
It is more like `you may be reversing history, which could lose commits` but I personally think the message is fine since it does not reverse anything, you can still...