tip2tail / t2tWinFormAppBarLib

Helper library for creating AppBars (forms which are docked to the side of the screen). AppBars reserve the required space, similar to the Taskbar in Windows.
MIT License
24 stars 2 forks source link

AppBar freezes app when Signing the Assembly #5

Open docfresh opened 3 years ago

docfresh commented 3 years ago

When you go into a .NET Core 3.1 WinForms project and check "Sign the assembly" on the Signing tab, and use a self-sign certificate, the AppBar does not work. It blocks all user input and freezes up the app. To resolve, uncheck the box "Sign the assembly". Reproduced on VS2019 16.8.3 , Windows 10 64bit.