Balkoth

Results 144 comments of Balkoth

Please ensure this gets fixed. Should really be a priority that enabled features work as expected.

IMHO if the feature is called "Produce single file" then it should do exactly that. Everything else goes straight against the naming. `/p:IncludeNativeLibrariesForSelfExtract=true` is not even exposed by the publishing...

You have to manually edit the publish.xml file by putting the aforementioned option into it.

The bug is also present in 1.1.5 for me. @castorix I think you got wrong what i said. If i use SetPreferredAppMode this of course works. But i should not...

Windows explorer says otherwise, it switches to the correct menu theme upon changing from light to dark. Every app that does not reflect this looks buggy to me, so i...

Exactly where the bug hit me too. Had to call SetForegroundWindow. Please fix this.

Dark mode is easily my most wanted feature for winforms. Second would be a working PMv2 mode...

I am posting my sample from last time, which this update of SetHandler broke again: ```cs internal static class Program { private static int Main(string[] args) { // Create options...