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
@ -9,7 +9,7 @@ namespace WindowsConfigApp
|
|||||||
{
|
{
|
||||||
typeof(Form1),
|
typeof(Form1),
|
||||||
typeof(Bitmap),
|
typeof(Bitmap),
|
||||||
typeof(Icon),
|
typeof(Dinah.Core.WindowsDesktop.GitClient),
|
||||||
typeof(Accessibility.IAccIdentity),
|
typeof(Accessibility.IAccIdentity),
|
||||||
typeof(Microsoft.Win32.SystemEvents)
|
typeof(Microsoft.Win32.SystemEvents)
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user