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.
10 lines
302 B
C#
10 lines
302 B
C#
// <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))]
|