From ac244fb9fb033cd77d9f92c266971efad954e090 Mon Sep 17 00:00:00 2001 From: Loretta Date: Sat, 7 Mar 2026 14:05:39 +0100 Subject: [PATCH] Enable source-generated binary serialization & AOT Added AcBinarySerializable and ToonDescription to DTOs/entities for source-generated serialization. Enabled AOT compilation for Blazor/WebAssembly projects. Integrated AyCode.Core.Serializers.SourceGenerator as analyzer. Updated solution and project files, improved entity metadata, and adjusted imports. Commented out InitializeComponent in WinUI App for startup handling. --- AyCode.Blazor.Components/AyCode.Blazor.Components.csproj | 2 +- AyCode.Blazor.Components/Services/AcGridDataSource.cs | 1 - AyCode.Blazor.Controllers/AyCode.Blazor.Controllers.csproj | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/AyCode.Blazor.Components/AyCode.Blazor.Components.csproj b/AyCode.Blazor.Components/AyCode.Blazor.Components.csproj index f85a9d9..4fce58a 100644 --- a/AyCode.Blazor.Components/AyCode.Blazor.Components.csproj +++ b/AyCode.Blazor.Components/AyCode.Blazor.Components.csproj @@ -1,7 +1,7 @@  - false + true true diff --git a/AyCode.Blazor.Components/Services/AcGridDataSource.cs b/AyCode.Blazor.Components/Services/AcGridDataSource.cs index d7cbe63..968d409 100644 --- a/AyCode.Blazor.Components/Services/AcGridDataSource.cs +++ b/AyCode.Blazor.Components/Services/AcGridDataSource.cs @@ -6,7 +6,6 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; -using AyCode.Core.Interfaces; using DevExpress.Data.Filtering.Helpers; using DevExpress.Data.Linq; using DevExpress.Data.Linq.Helpers; diff --git a/AyCode.Blazor.Controllers/AyCode.Blazor.Controllers.csproj b/AyCode.Blazor.Controllers/AyCode.Blazor.Controllers.csproj index b034159..8e15156 100644 --- a/AyCode.Blazor.Controllers/AyCode.Blazor.Controllers.csproj +++ b/AyCode.Blazor.Controllers/AyCode.Blazor.Controllers.csproj @@ -1,7 +1,7 @@  - false + true true