From 96b0999db1d2ce9550a30ab7a0fc9f82e399bb0e Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:23:34 +0800 Subject: [PATCH] fix: fix AOT issue. --- demo/Semi.Avalonia.Demo/Pages/HighContrastDemo.axaml | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/Semi.Avalonia.Demo/Pages/HighContrastDemo.axaml b/demo/Semi.Avalonia.Demo/Pages/HighContrastDemo.axaml index 4639ee9..55e815e 100644 --- a/demo/Semi.Avalonia.Demo/Pages/HighContrastDemo.axaml +++ b/demo/Semi.Avalonia.Demo/Pages/HighContrastDemo.axaml @@ -6,6 +6,7 @@ xmlns:controls="clr-namespace:Semi.Avalonia.Demo.Controls" mc:Ignorable="d" d:DesignWidth="1000" d:DesignHeight="1450" x:DataType="vm:HighContrastDemoViewModel" + x:CompileBindings="True" x:Class="Semi.Avalonia.Demo.Pages.HighContrastDemo">