From e4adde26d2a8db8c8c72329447f717d30fd69911 Mon Sep 17 00:00:00 2001
From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
Date: Tue, 31 Dec 2024 13:59:30 +0800
Subject: [PATCH] fix: fix AOT issue.
---
demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml | 5 +++--
demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml b/demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml
index 17626a3..e4d7549 100644
--- a/demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml
+++ b/demo/Semi.Avalonia.Demo/Themes/ColorDetailControl.axaml
@@ -1,7 +1,8 @@
+ xmlns:controls="clr-namespace:Semi.Avalonia.Demo.Controls"
+ x:CompileBindings="True">
@@ -142,4 +143,4 @@
-
+
\ No newline at end of file
diff --git a/demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml b/demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml
index 7169196..07f5835 100644
--- a/demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml
+++ b/demo/Semi.Avalonia.Demo/Themes/ColorItemControl.axaml
@@ -1,7 +1,8 @@
+ xmlns:controls="using:Semi.Avalonia.Demo.Controls"
+ x:CompileBindings="True">