[Failed] Try to implement NativeAOT support.

Add: NativeAOT support with EF Core. However failed for compiled binary throw Exception in queries. Wait for a stable support for NativeAOT.

Add: document for intergration EF Core with NativeAOT.
This commit is contained in:
2025-07-11 16:07:14 +08:00
parent 8b18de1735
commit eb021576a5
9 changed files with 498 additions and 2 deletions

View File

@ -0,0 +1,9 @@
// <auto-generated />
using Microsoft.EntityFrameworkCore.Infrastructure;
using OptixServe.Infrastructure.Data;
using OptixServe.Infrastructure.Data.CompiledModels;
#pragma warning disable 219, 612, 618
#nullable disable
[assembly: DbContextModel(typeof(AppDbContext), typeof(AppDbContextModel))]