benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Fix for Net Core self contained WPF apps #71

Closed M0n7y5 closed 4 years ago

M0n7y5 commented 4 years ago

This is fix for self-contained apps using SelfContained property or packed by Warp https://github.com/dgiagio/warp

Normally ExtractAssociatedIcon method will fail and app wont run, because GetEntryAssembly will return assembly of Warp Runner.

M0n7y5 commented 4 years ago

Well looks like this fix doesn't work anymore ...

M0n7y5 commented 4 years ago

Fixed in #63 But latest nuget package doesn't contain this fix ...