bug fix: WindowsConfigApp must explicitly load a type from the Dinah.Core.WindowsDesktop asm since avalonia doesn't reference it

This commit is contained in:
Robert McRackan 2022-08-15 10:20:41 -04:00
parent 0ca33f864b
commit 285b10a95f

View File

@ -9,7 +9,7 @@ namespace WindowsConfigApp
{
typeof(Form1),
typeof(Bitmap),
typeof(Icon),
typeof(Dinah.Core.WindowsDesktop.GitClient),
typeof(Accessibility.IAccIdentity),
typeof(Microsoft.Win32.SystemEvents)
};