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:
parent
0ca33f864b
commit
285b10a95f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ namespace WindowsConfigApp
|
|||
{
|
||||
typeof(Form1),
|
||||
typeof(Bitmap),
|
||||
typeof(Icon),
|
||||
typeof(Dinah.Core.WindowsDesktop.GitClient),
|
||||
typeof(Accessibility.IAccIdentity),
|
||||
typeof(Microsoft.Win32.SystemEvents)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue