hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
MIT License
830 stars 130 forks source link

Added strong naming and fixed a dependency #34

Closed Lakritzator closed 4 years ago

Lakritzator commented 4 years ago

Added strong naming to support the people who still use strong naming. The signing is done with an open snk file, just to prevent issues.

Also fixed some issues with the embedded resources sharing.

Lakritzator commented 4 years ago

This time dotnet core is also signed, don't know if that helps.

Lakritzator commented 4 years ago

So the build with dotnet build is still having issues, this comes from the fact that resources (other than strings) work differently with dotnet core. The main assembly builds fine, it's the sample projects. Let me see what I can do.

marik91 commented 4 years ago

Hi, any chances you will get it merged soon?